delete pypi mirror section
authorBenjamin Peterson <benjamin@python.org>
Sat, 5 Apr 2014 15:57:43 +0000 (11:57 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 5 Apr 2014 15:57:43 +0000 (11:57 -0400)
docs/user/install.rst

index 0ad4a8aa69df67ea5625c35942514f751c6b641d..3ef73290b312ad2f60f8716f9099bddbd91d789c 100644 (file)
@@ -21,18 +21,6 @@ or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
 But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_.
 
 
-
-Cheeseshop (PyPI) Mirror
-------------------------
-
-If the Cheeseshop (a.k.a. PyPI) is down, you can also install Requests from one
-of the mirrors. `pypi.douban.com <http://pypi.douban.com>`_ is one of them::
-
-    $ pip install -i http://pypi.douban.com/simple requests
-
-A `list of PyPI mirrors <http://www.pypi-mirrors.org>`_ is available.
-
-
 Get the Code
 ------------