pip3加速安装包的方法

pip3 install scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

在pip3 install scipy 的基础上加上第三方源:http://pypi.douban.com/simple --trusted-host pypi.douban.com
即可快速安装
具体参考:
pip替换源

你可能感兴趣的:(python)