[Distutils] Proposal: drop md5 for sha256

Carl Meyer carl at oddbird.net
Thu Jul 5 18:46:39 CEST 2012


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


More information about the Distutils-SIG mailing list