Last Updated: February 25, 2016
·
392
· r0sk

What if pypi fails?

What if pypi fails or it's going slow:

$ pip install --use-mirrors package
$ pip install -i http://d.pypi.python.org/simple package

Funny tip!