配置步骤:
pip config set global.index-url https://mirror.baidu.com/pypi/simple
然后编辑:pip.ini文件如下
[global]
index-url = https://mirror.baidu.com/pypi/simple
[install]
trusted-host=mirror.baidu.com
Enjoy the high-speed Python package installation!:)
配置步骤:
pip config set global.index-url https://mirror.baidu.com/pypi/simple
然后编辑:pip.ini文件如下
[global]
index-url = https://mirror.baidu.com/pypi/simple
[install]
trusted-host=mirror.baidu.com
Enjoy the high-speed Python package installation!:)