On 07/04/2012 12:51 PM, Daniel Holth wrote:
> Pip install lxml - 1m 51s
> Pip install -f file:///temp/wheels lxml - 27s
> 
> I am not sure why pip is so slow for me. The lxml binary package install
> could take as little as 0.1 seconds if pip wasn't consulting the net.

If you don't want pip to consult the network, use the --no-index flag
along with --find-links.

Carl
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to