Skip to content

Commit bc371ec

Browse files
committed
feat: updating setup.py with pip pointers
1 parent 0257998 commit bc371ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Python 2.7 and 3.4+
2626
If the python package is hosted on Github, you can install directly from Github
2727

2828
```sh
29-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
29+
pip install upstox-python
3030
```
31-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
31+
(you may need to run `pip` with root permission: `sudo pip install upstox-python`)
3232

3333
Then import the package:
3434
```python

0 commit comments

Comments
 (0)