Skip to content

Commit 05d7597

Browse files
authored
Merge pull request #68 from alemangui/patch-1
Adds updated pip instructions to README.md
2 parents 129dbee + 6b209ed commit 05d7597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Compatible from Python version 2.7 to 3.5+
2121
## Installation & Usage
2222
### pip install
2323

24-
If the python package is hosted on Github, you can install directly from Github
24+
The package is available by running :
2525

2626
```sh
27-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
27+
pip install sib-api-v3-sdk
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
29+
(you may need to run `pip` with root permission: `sudo pip install sib-api-v3-sdk`)
3030

3131
Then import the package:
3232
```python

0 commit comments

Comments
 (0)