WIN+R→cmd——打开命令界面。
在命令界面:
pip show pip——输出pip信息。
python -m pip install -U pip——更新pip。
pip install 包名 [-i 国内源镜像网址]——从指定国内源镜像下载包。
国内源镜像网址:
阿里云:https://mirrors.aliyun.com/pypi/simple
WIN+R→cmd——打开命令界面。
在命令界面:
pip show pip——输出pip信息。
python -m pip install -U pip——更新pip。
pip install 包名 [-i 国内源镜像网址]——从指定国内源镜像下载包。
国内源镜像网址:
阿里云:https://mirrors.aliyun.com/pypi/simple