Python pip安装命令

2022-06-20  本文已影响0人  michaelxwang

更新pip

python -m pip install --upgrade pip

使用清华源

pip install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple/

使用豆瓣源

pip install pymysql -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
# --trusted-host http://pypi.douban.com 获得ssl证书的认证
上一篇下一篇

猜你喜欢

热点阅读