We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c280cf + 1dc3185 commit 958f87dCopy full SHA for 958f87d
README.md
@@ -221,15 +221,15 @@ cloning the git repo), execute:
221
python setup.py install
222
```
223
224
-or for installing in [development mode](http://www.pip-installer.org/en/latest/usage.html):
+or for installing in [development mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs):
225
226
```sh
227
python setup.py develop
228
229
230
Alternatively, you can use `pip` if you want all the dependencies pulled
231
in automatically (the `-e` option is for installing it in [development
232
-mode](http://www.pip-installer.org/en/latest/usage.html)):
+mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs)):
233
234
235
pip install -e .
0 commit comments