pip 的常用命令

  • 更新 pip
python -m pip install --upgrade pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --trusted-host pypi.douban.com --user

  • 下载包
pip3 install requests  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --trusted-host pypi.douban.com

posted @ 2020-07-21 11:11  西半球  阅读(120)  评论(0编辑  收藏  举报