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:
221221python setup.py install
222222```
223223
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 ) :
225225
226226``` sh
227227python setup.py develop
228228```
229229
230230Alternatively, you can use ` pip ` if you want all the dependencies pulled
231231in 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 ) ):
233233
234234``` sh
235235pip install -e .
You can’t perform that action at this time.
0 commit comments