pip 配置国内镜像地址

这里使用的是:清华大学开源软件镜像站

  1. 使用清华大学镜像站升级 pip 到最新的版本 (>=10.0.0) :
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U
  1. 全局配置 pip 镜像地址:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(python)