You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
504 B
20 lines
504 B
# 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 |