delete pypi mirror section

This commit is contained in:
Benjamin Peterson
2014-04-05 11:57:43 -04:00
parent 8a23dd94cb
commit fb2380c3cc
-12
View 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
------------