前言
如题,设置pip
使用国内镜像源;
清华
:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云
:http://mirrors.aliyun.com/pypi/simple/
中国科技大学
: https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣
:http://pypi.douban.com/simple/
步骤
代码语言:javascript复制pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip config set install.trusted-host mirrors.aliyun.com
pip config list -v