Windows

更改源
豆瓣:http://pypi.douban.com/simple/
中科大:https://pypi.mirrors.ustc.edu.cn/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:https://mirrors.aliyun.com/pypi/simple/
永久更改

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

添加信任域名

pip config set global.trusted-host mirrors.aliyun.com

撤销更改

pip config unset global.index-url

查看全局设置

pip config list

配置&安装库
pip

pip install -- upgrade pip

pandas
pip install pandas openpyxl
最后修改:2022 年 04 月 15 日
个人分享,随意打赏