Skip to content

Commit 958f87d

Browse files
Merge pull request pandas-dev#10997 from pratapvardhan/docs
DOC: Update pip reference links
2 parents 1c280cf + 1dc3185 commit 958f87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,15 @@ cloning the git repo), execute:
221221
python 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
227227
python setup.py develop
228228
```
229229

230230
Alternatively, you can use `pip` if you want all the dependencies pulled
231231
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)):
233233

234234
```sh
235235
pip install -e .

0 commit comments

Comments
 (0)