pip 设置为国内数据源

pip 设置为国内数据源

清华源

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

中科大源

pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ 

阿里云

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

豆瓣

pip config set global.index-url https://pypi.douban.com/simple/

你可能感兴趣的:(python)