Skip to content

清华大学开源镜像站

临时使用

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

设为默认

python -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

配置多个镜像源

pip config set global.extra-index-url "<url1> <url2>..."
# 校园网联合镜像站 https://mirrors.cernet.edu.cn/list/pypi

商业大佬

教育

其他

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.7.1

Released under the MIT License.