From 1dc3185b7e38c041eb0d793c77629a47feeb4069 Mon Sep 17 00:00:00 2001 From: Pratap Vardhan Date: Sat, 5 Sep 2015 08:50:11 +0530 Subject: [PATCH] DOC: Update pip reference links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 947dfc5928249..fbac24a34bfd2 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ cloning the git repo), execute: python setup.py install ``` -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): ```sh python setup.py develop @@ -229,7 +229,7 @@ python setup.py develop Alternatively, you can use `pip` if you want all the dependencies pulled in automatically (the `-e` option is for installing it in [development -mode](http://www.pip-installer.org/en/latest/usage.html)): +mode](https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs)): ```sh pip install -e .