Merge pull request #2133 from esparta/master

Update link to pip site on docs/user/install.rst
This commit is contained in:
Ian Cordasco
2014-07-15 12:12:49 -05:00
+2 -1
View File
@@ -10,7 +10,8 @@ The first step to using any software package is getting it properly installed.
Distribute & Pip
----------------
Installing Requests is simple with `pip <http://www.pip-installer.org/>`_, just run this in your terminal::
Installing Requests is simple with `pip <https://pip.pypa.io>`_, just run
this in your terminal::
$ pip install requests