pip配置阿里镜像

两行命令配置镜像:

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip config set install.trusted-host mirrors.aliyun.com

你可能感兴趣的:(pip配置阿里镜像)