参考链接
1.临时使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
some-package
替换成要安装的包文章来源:https://www.toymoban.com/news/detail-732452.html
2.设为默认
将pip升级到最新版本配置(>=10.0.0)文章来源地址https://www.toymoban.com/news/detail-732452.html
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
到了这里,关于pip换清华源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!