镜像源地址

浙江大学镜像站

pip

浙江大学 PyPI 镜像站文档

临时使用
pip install -i https://mirrors.zju.edu.cn/pypi/web/simple some-package

若使用 HTTP 镜像,需额外添加 --trusted-host mirrors.zju.edu.cn

永久使用
pip config set global.index-url https://mirrors.zju.edu.cn/pypi/web/simple

ubuntu apt

浙江大学 Ubuntu 镜像站文档

conda

浙江大学 conda 镜像站文档