python 改源地址

2020-02-25  本文已影响0人  zlin_

永久改成清华镜像源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

临时对某个包,指定源地址
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ‘库名’

上一篇 下一篇

猜你喜欢

热点阅读