# 查看设置
python -m pip config list
# 设置源
python -m pip config set global.index-url 'http://mirrors.aliyun.com/pypi/simple/'
# 设置信任镜像
python -m pip config set install.trusted-host 'mirrors.aliyun.com'
其实阿里还有很多其他的开源镜像,可以通过如下网址查看,有需要的就能直接添加了~
https://developer.aliyun.com/mirror/