Python Pip换源

清华大学镜像源:

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

阿里云镜像源:

1
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/

查看更多