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
------------