python清华镜像

Posted fusiyilia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python清华镜像相关的知识,希望对你有一定的参考价值。

首先,如果只是临时下载一个包
那么可以使用

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 要下的包名
  • 1

如果是永久修改镜像源

pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
  • 1
  • 2

如果网络不好则使用这个

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U
``

以上是关于python清华镜像的主要内容,如果未能解决你的问题,请参考以下文章

清华镜像方法更新python包

清华镜像anaconda需要注册吗

python 中pip配置清华源(转)

python pip anaconda conda 切换国内源(清华镜像)

更换清华镜像源

更换清华镜像源