Python pip安裝命令

更新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證書的認證
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章