diff --git a/docs/user/install.rst b/docs/user/install.rst index ba480a5c..d890fe81 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -21,16 +21,6 @@ or, with `easy_install `_:: But, you really `shouldn't do that `_. - -Cheeseshop (PyPI) Mirror ------------------------- - -If the Cheeseshop (a.k.a. PyPI) is down, you can also install Requests from one -of the mirrors. `Crate.io `_ is one of them:: - - $ pip install -i http://simple.crate.io/ requests - - Get the Code ------------