一、新建目录
venv
二、创建本地解释器
3、配置国内镜像
1)镜像源
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
2)配置
首先,在pycharm上配置
结局:报错,无法下载
然后尝试修改环境变量:
pip3 config set global.index-url http://mirrors.aliyun.com/pypi/simple/
报错:The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. I
pip3 config set global.trusted-host mirrors.aliyun.com
安装成功