pip

作者: caizhanjin | 来源:发表于2019-08-12 22:28 被阅读0次

pip更新

python -m pip install --upgrade pip
# 或
pip install -U pip 

使用更新库

pip install --upgrade [库名]

镜像

使用国外的镜像会比较慢,甚至安装失败,可以转成国内镜像:

豆瓣:http://pypi.douban.com/simple/ 
清华:https://pypi.tuna.tsinghua.edu.cn/simple

安装:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple [库名]

相关文章

网友评论

      本文标题:pip

      本文链接:https://www.haomeiwen.com/subject/zbapjctx.html