Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Last active December 22, 2015 00:49
Show Gist options
  • Save kgriffs/6392186 to your computer and use it in GitHub Desktop.
Save kgriffs/6392186 to your computer and use it in GitHub Desktop.
Speed up pip install by using crate.io
[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
@kgriffs
Copy link
Author

kgriffs commented Sep 6, 2013

@kgriffs
Copy link
Author

kgriffs commented Sep 6, 2013

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