| 1234567891011121314151617181920 |
- # PyPI Mirror Configuration
- # 配置 PyPI 镜像源
- # Default: Tsinghua University (China)
- # 默认:清华大学镜像源(中国)
- https://pypi.tuna.tsinghua.edu.cn/simple
- # Alternative mirrors / 其他可选镜像源:
- #
- # Aliyun (阿里云):
- # https://mirrors.aliyun.com/pypi/simple/
- #
- # Douban (豆瓣):
- # https://pypi.douban.com/simple/
- #
- # USTC (中国科学技术大学):
- # https://pypi.mirrors.ustc.edu.cn/simple/
- #
- # Official PyPI (官方源):
- # https://pypi.org/simple
|