diff options
| author | Espartaco Palma <esparta@gmail.com> | 2014-07-04 11:42:56 -0500 |
|---|---|---|
| committer | Espartaco Palma <esparta@gmail.com> | 2014-07-04 11:42:56 -0500 |
| commit | 291bc9ea079bb554d57802e79d792e8a21d5dff5 (patch) | |
| tree | 9cfde61d35e1cae16d8b7f46613fed6d63e9be0c /docs/user | |
| parent | 127ab0a9f6cf9872d841f598d33a63bce04dbc0f (diff) | |
| download | python-requests-291bc9ea079bb554d57802e79d792e8a21d5dff5.tar.gz | |
Update link to pip site on docs/user/install.rst
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst index be821e3c..5f0ef9c4 100644 --- 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 |
