pip修改镜像源

2023-05-29,,

# 单独一次下载软件
pip install markdown -i https://pypi.tuna.tsinghua.edu.cn/simple
# 全局修改
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

pip修改镜像源的相关教程结束。

《pip修改镜像源.doc》

下载本文的Word格式文档,以方便收藏与打印。