一、配置终端Terminal中的镜像源
1.更改pip源,在终端输入如下命令
pip config set global.index-url https://pypi.tuna.tshua.edu.cn/simple
2.在终端使用pip install 安装第三方库
例如:
pip install numpy
二、配置仓库镜像源
1.第一步:
2.第二步:输入镜像源地址
# 清华:
https://pypi.tuna.tsinghua.edu.cn/simple
# 阿里云:
http://mirrors.aliyun.com/pypi/simple/
# 豆瓣(douban) :
http://pypi.douban.com/simple/
# 中国科技大学
https://pypi.mirrors.ustc.edu.cn
3.第三步:选择File->Settings;
4.第四步:Python Interpreter -> +