Skip to content

Commit 3628247

Browse files
committed
Update readme instructions for pip
1 parent 45a842e commit 3628247

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ Python 2.7 and 3.4+
2222
## Installation & Usage
2323
### pip install
2424

25-
If the python package is hosted on Github, you can install directly from Github
26-
2725
```sh
28-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
26+
pip install dyspatch-python
2927
```
30-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
3128

3229
Then import the package:
3330
```python

0 commit comments

Comments
 (0)