安装时下载加速

提升下载速度,提升安装包的成功率。
https://pypi.tuna.tsinghua.edu.cn/simple/

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

如:
安装numpy:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy-1.19.4+vanilla-cp37-cp37m-win_amd64.whl
安装xlrd:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xlrd==1.2.0

你可能感兴趣的:(安装时下载加速)