mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
replace reference to crate.io
crate.io is gone, so a different mirror should be used as an example. Also, the list of PyPI mirrors should be mentioned.
This commit is contained in:
@@ -26,9 +26,11 @@ Cheeseshop (PyPI) Mirror
|
||||
------------------------
|
||||
|
||||
If the Cheeseshop (a.k.a. PyPI) is down, you can also install Requests from one
|
||||
of the mirrors. `Crate.io <http://crate.io>`_ is one of them::
|
||||
of the mirrors. `pypi.douban.com <http://pypi.douban.com>`_ is one of them::
|
||||
|
||||
$ pip install -i http://simple.crate.io/ requests
|
||||
$ pip install -i http://pypi.douban.com/simple requests
|
||||
|
||||
A `list of PyPI mirrors <http://www.pypi-mirrors.org>`_ is available.
|
||||
|
||||
|
||||
Get the Code
|
||||
|
||||
Reference in New Issue
Block a user