File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,15 @@ cloning the git repo), execute:
221
221
python setup.py install
222
222
```
223
223
224
- or for installing in [ development mode] ( http ://www. pip-installer.org /en/latest/usage .html) :
224
+ or for installing in [ development mode] ( https ://pip.pypa.io /en/latest/reference/pip_install .html#editable-installs ) :
225
225
226
226
``` sh
227
227
python setup.py develop
228
228
```
229
229
230
230
Alternatively, you can use ` pip ` if you want all the dependencies pulled
231
231
in automatically (the ` -e ` option is for installing it in [ development
232
- mode] ( http ://www. pip-installer.org /en/latest/usage .html) ):
232
+ mode] ( https ://pip.pypa.io /en/latest/reference/pip_install .html#editable-installs ) ):
233
233
234
234
``` sh
235
235
pip install -e .
You can’t perform that action at this time.
0 commit comments