From 19b89b8f48edca0606f2790ab482b44f2813b8d0 Mon Sep 17 00:00:00 2001 From: Tarek Kalaji Date: Thu, 9 Aug 2018 12:12:46 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9d5825..ef91669 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Python wrapper for BigBlueButton api, more information about BigBlueButton api c ## Installation The project has been uploaded to pypi, and you can view the library from [here](https://pypi.org/project/bigbluebutton-api-python/ 'pypi'). You can simply download the library by -``` +```shell pip install bigbluebutton_api_python ``` ## Example Example to use the library: -``` +```python from bigbluebutton_api_python import BigBlueButton b = BigBlueButton('your BBB server url', 'your server credential') @@ -19,7 +19,7 @@ b = BigBlueButton('your BBB server url', 'your server credential') print(b.get_api_version().get_version()) ``` ## Others Example -``` +```python from bigbluebutton_api_python import BigBlueButton b = BigBlueButton('your BBB server url', 'your server credential') #params