Netsight Blog

Cool stuff Netsight are up to in Zope and Plone

Avatar

PyPI mirror setup

written by Matt Hamilton, on Nov 19, 2008 12:00:00 AM.

We've now got a PyPI mirror setup for use with easy_install and buildout. The host is pypi.netsight.co.uk. To use it add the following line to the [buildout] section of your buildout config file:

index = http://pypi.netsight.co.uk/

You can also use it with easy_install as well:

easy_install -i http://pypi.netsight.co.uk/ foo.bar

Leave a Reply