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
安装库
# 使用代理 --proxy
pip install pandas openpyxl playwright
版权属于:Zakikun
本文链接:https://blog.zakikun.com/archives/40.html
本文采用 知识共享署名-非商业性使用 4.0 国际许可协议 进行许可。
您可以自由的转载和修改,但请务必注明文章来源并且不可用于商业目的。