diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2012-10-17 15:28:09 +0200 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2012-10-17 15:28:09 +0200 |
| commit | 78dbb5bfbe41ba511387956f63dac72fc730708f (patch) | |
| tree | dc10a25fd0870a50bd294e10496e563c42c67187 /docs/user/install.rst | |
| parent | 1a0af611cb8686be6c4e70f9878e72d3b85e7569 (diff) | |
| download | python-requests-78dbb5bfbe41ba511387956f63dac72fc730708f.tar.gz | |
Fix the cheeseshop mirror url from pip.kennethreitz to crate.io, since the former doesn't work anymore.
Diffstat (limited to 'docs/user/install.rst')
| -rw-r--r-- | docs/user/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst index 8da91e16..9a30168b 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -25,10 +25,10 @@ But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other Cheeseshop Mirror ----------------- -If the Cheeseshop is down, you can also install Requests from Kenneth Reitz's -personal `Cheeseshop mirror <http://pip.kennethreitz.com/>`_:: +If the Cheeseshop is down, you can also install Requests from one of the +mirrors. `Crate.io <http://crate.io>`_ is one of them:: - $ pip install -i http://pip.kennethreitz.com/simple requests + $ pip install -i http://simple.crate.io/ requests Get the Code |
