From 78dbb5bfbe41ba511387956f63dac72fc730708f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 17 Oct 2012 15:28:09 +0200 Subject: [PATCH] Fix the cheeseshop mirror url from pip.kennethreitz to crate.io, since the former doesn't work anymore. --- docs/user/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index 8da91e1..9a30168 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -25,10 +25,10 @@ But, you really `shouldn't do that `_:: +If the Cheeseshop is down, you can also install Requests from one of the +mirrors. `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 -- 2.7.4