We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a842e commit 3628247Copy full SHA for 3628247
1 file changed
README.md
@@ -22,12 +22,9 @@ Python 2.7 and 3.4+
22
## Installation & Usage
23
### pip install
24
25
-If the python package is hosted on Github, you can install directly from Github
26
-
27
```sh
28
-pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
+pip install dyspatch-python
29
```
30
-(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
31
32
Then import the package:
33
```python
0 commit comments