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.
1 parent 0257998 commit bc371ecCopy full SHA for bc371ec
README.md
@@ -26,9 +26,9 @@ Python 2.7 and 3.4+
26
If the python package is hosted on Github, you can install directly from Github
27
28
```sh
29
-pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
+pip install upstox-python
30
```
31
-(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 upstox-python`)
32
33
Then import the package:
34
```python
0 commit comments