help
  • Introduction
  • Alpine Linux 源使用帮助
  • Anaconda 源使用帮助
  • AOSC Linux 源使用帮助
  • Apache 源使用帮助
  • Arch Linux 源使用帮助
  • Arch Linux CN 源使用帮助
  • CentOS 源使用帮助
  • CocoaPods 源使用帮助
  • CPAN 源使用帮助
  • CRAN 源使用帮助
  • CTAN 源使用帮助
  • Cygwin 源使用帮助
  • Dart 加速源使用帮助
  • Deb Multimedia源使用帮助
  • Debian源使用帮助
  • Docker Hub 源使用帮助
  • Docker-CE 源使用帮助
  • epel 源使用帮助
  • Fedora 源使用帮助
  • Gentoo 源使用帮助
  • Homebrew 源使用帮助
  • Homebrew-bottles 源使用帮助
  • Homebrew-cask 源使用帮助
  • Homebrew-core 源使用帮助
  • Kali Linux 源使用帮助
  • Linux mint 源使用帮助
  • Manjaro Linux 源使用帮助
  • MariaDB 源使用帮助
  • Maven 源使用帮助
  • MongoDB 源使用帮助
  • Msys2 源使用帮助
  • Node 源使用帮助
  • openSUSE 源使用帮助
  • Repoforge 源使用帮助
  • PostgreSQL 源使用帮助
  • PPA 加速源使用帮助
  • Pritunl 源使用帮助
  • Pypi 源使用帮助
  • Raspbian 源使用帮助
  • Repoforge 源使用帮助
  • Ruby 源使用帮助
  • Rubygems 源使用帮助
  • saltstack 源使用帮助
  • Ubuntu 源使用帮助
  • Ubuntu-Ports 源使用帮助
  • Virutalbox 源使用帮助
  • Vscode 源使用帮助
  • Zabbix 源使用帮助
  • Zerotier 源使用帮助
Powered by GitBook
On this page
  • 地址
  • 使用说明
  • 同步方式
  • 相关链接

Was this helpful?

Pypi 源使用帮助

PreviousPritunl 源使用帮助NextRaspbian 源使用帮助

Last updated 4 years ago

Was this helpful?

地址

使用说明

如何使用上海大学开源镜像站 加速 pip?

编辑 ~/.pip/pip.conf 文件(如果没有则创建之),将 index-url开头的一行修改为下面一行:(Windows配置文件位置为~/.pip/pip.ini,Mac配置文件位置为~/.pip.pip.conf)

[global]
index-url = https://mirrors.shuosc.cn/pypi/web/simple
format = columns

原来的pypi.shuosc.org域名将不再提供使用。

同步方式

使用bandersnatch,每隔6小时从 pypi.python.org 官方同步。

相关链接

  • Python Package Index Search:

  • pip:

  • bandersnatch:

https://mirrors.shuosc.cn/pypi/
https://pypi.org/
https://pip.pypa.io/
https://pypi.python.org/pypi/bandersnatch