Skip to content

Commit 55ff22c

Browse files
committed
pypi: Add uv
1 parent 6123905 commit 55ff22c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pypi/pypi.zh.md

+12
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ Poetry 尚未支持全局设置镜像。参考 [issue 1632](https://github.com/p
7272
poetry config experimental.new-installer false
7373
</tmpl>
7474

75+
### Astral uv
76+
77+
`~/.config/uv/uv.toml` 或者 `/etc/uv/uv.toml` 填写下面的内容:
78+
79+
<tmpl z-lang="toml">
80+
[[index]]
81+
url = "{{endpoint}}/web/simple/"
82+
default = true
83+
</tmpl>
84+
85+
详情参考[官方配置文件文档](https://docs.astral.sh/uv/configuration/files/)
86+
7587
## Homebrew
7688

7789
本节主要供 [Homebrew 帮助](../homebrew/)使用。

0 commit comments

Comments
 (0)