介绍
uv的python下载源和依赖源是分开的
加速python下载
export UV_PYTHON_INSTALL_MIRROR="https://gh-proxy.com/github.com/indygreg/python-build-standalone/releases/download"
uv venv
uv sync
加速依赖下载
在pyproject.toml中,最后加二行
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"