Update link to pip site on docs/user/install.rst

This commit is contained in:
Espartaco Palma
2014-07-04 11:42:56 -05:00
parent 127ab0a9f6
commit 291bc9ea07
+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