Skip to content

Commit b50d82e

Browse files
authored
Update README.md
1 parent 8fb85bd commit b50d82e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ Server 来访问七牛云存储、智能多媒体服务等。
1313
- uv 包管理器
1414

1515
如果还没有安装 uv,可以使用以下命令安装:
16+
https://docs.astral.sh/uv/getting-started/installation/#pypi
1617

1718
```bash
19+
# 给出两个示例:
20+
# Linux & Mac
1821
curl -LsSf https://astral.sh/uv/install.sh | sh
22+
23+
# Windows
24+
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
1925
```
2026

2127
## 在 Cline 中使用:

0 commit comments

Comments
 (0)