From: Benjamin Peterson Date: Sat, 5 Apr 2014 15:57:43 +0000 (-0400) Subject: delete pypi mirror section X-Git-Tag: v2.3.0~21^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb2380c3cc48eac77cc164df3f277a045a9f8848;p=services%2Fpython-requests.git delete pypi mirror section --- diff --git a/docs/user/install.rst b/docs/user/install.rst index 0ad4a8a..3ef7329 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -21,18 +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. `pypi.douban.com `_ is one of them:: - - $ pip install -i http://pypi.douban.com/simple requests - -A `list of PyPI mirrors `_ is available. - - Get the Code ------------