Ⅰ:国内常用镜像源

Ⅱ:基本使用

pip install [包名] -i [pip源URL]
示例
pip install pytest -i https://pypi.tuna.tsinghua.edu.cn/simple
# 或
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytest
# 或
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

Ⅲ:永久使用

前提pip版本 (>=10.0.0) 方可使用此命令进行配置:
升级 pip 到最新的版本

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

修改pip源为清华源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
End
文章作者:
文章地址:http://honglvliyu.cn/index.php/archives/108/
文章标题:pip源(国内常用镜像源地址)
文章版权:本文由Beyond the game独立整理撰写,转载请保留文章出处。
Last modification:May 15th, 2023 at 10:04 am
咋滴 看了不给钱呀
广而告知