Last active
December 22, 2015 00:49
-
-
Save kgriffs/6392186 to your computer and use it in GitHub Desktop.
Speed up pip install by using crate.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
timeout = 10 | |
index-url = https://pypi.python.org/simple/ | |
# This doesn't work for a few packages for some reason, but mostly works and is a little faster | |
;index-url = https://simple.crate.io/ | |
# Try the standard pypi mirrors if the above times out | |
use-mirrors = True |
Updated to use pypi simple since crate.io wasn't working for d2to1 and pymongo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also: http://jacobian.org/writing/when-pypi-goes-down/