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 [库名]
网友评论