pypi-packages
January 1, 0001
htfy96
mirror-help
2019年10月10日起,由于 PyPI 占用过多空间,我们将 PyPI 改为了反代。PyPI 源的服务质量可能有所下降。
2020年12月7日起,我们通过智能缓存全量同步了 PyPI。欢迎继续使用。
PyPI 是 Python 官方的包仓库,可以通过 pip
, easy_install
等方式从 PyPI 安装 numpy
, tensorflow
等常用包。
执行指令
pip config set global.index-url https://mirror.sjtu.edu.cn/pypi/web/simple
或者创建或编辑 ~/.config/pip/pip.conf
文件,加入或修改 index-url
相关段落为:
[global]
index-url = https://mirror.sjtu.edu.cn/pypi/web/simple
format = columns
临时使用:
pip install -i https://mirror.sjtu.edu.cn/pypi/web/simple numpy