Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 436 Bytes

File metadata and controls

17 lines (13 loc) · 436 Bytes

uv

Python install 镜像

uv python install 3.13.5 --mirror https://github-proxy.lixxing.top/https://github.com/astral-sh/python-build-standalone/releases/download

uv & pip mirrors

[[tool.uv.index]]
# 也可以设置环境变量:`export UV_CLIENT_PYTHON_RESOLVER=http://pypi.tuna.tsinghua.edu.cn/simple`
name = "tsinghua"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true