We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 129dbee + 6b209ed commit 05d7597Copy full SHA for 05d7597
README.md
@@ -21,12 +21,12 @@ Compatible from Python version 2.7 to 3.5+
21
## Installation & Usage
22
### pip install
23
24
-If the python package is hosted on Github, you can install directly from Github
+The package is available by running :
25
26
```sh
27
-pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
+pip install sib-api-v3-sdk
28
```
29
-(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
+(you may need to run `pip` with root permission: `sudo pip install sib-api-v3-sdk`)
30
31
Then import the package:
32
```python
0 commit comments