projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127ab0a
)
Update link to pip site on docs/user/install.rst
author
Espartaco Palma
<esparta@gmail.com>
Fri, 4 Jul 2014 16:42:56 +0000
(11:42 -0500)
committer
Espartaco Palma
<esparta@gmail.com>
Fri, 4 Jul 2014 16:42:56 +0000
(11:42 -0500)
docs/user/install.rst
patch
|
blob
|
history
diff --git
a/docs/user/install.rst
b/docs/user/install.rst
index be821e3cb01e79aa3886980acc7cd56534873110..5f0ef9c4831d1c638c9cedf8c4bd38379333ac21 100644
(file)
--- a/
docs/user/install.rst
+++ b/
docs/user/install.rst
@@
-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