Python下载超快

 

 pip install numpy -i https://pypi.douban.com/simple

用pip命令下载大型库时速度慢,换源下载后下载速度很快

-i https://pypi.douban.com/simple

pip3 install numpy scipy matplotlib -i https://pypi.douban.com/simple  下载相关库

原文地址:https://www.cnblogs.com/txzing/p/14652074.html