Skip to content

Commit c828fdc

Browse files
YangSen-qnYangSen-qn
andauthored
chore: change README (#18)
Co-authored-by: YangSen-qn <[email protected]>
1 parent d4c5a64 commit c828fdc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ Server 来访问七牛云存储、智能多媒体服务等。
1414

1515
如果还没有安装 uv,可以使用以下命令安装:
1616
```bash
17-
# Linux & Mac
17+
# Mac,推荐使用 brew 安装
18+
brew install uv
19+
20+
# Linux & Mac,安装后注意把安装后的路径加入环境变量 PATH 中,例如在 Mac 中,把安装后的路径 /Users/xxx/.local/bin export PATH="/Users/xxx/.local/bin:$PATH"
1821
curl -LsSf https://astral.sh/uv/install.sh | sh
1922

2023
# Windows
21-
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
24+
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
2225
```
2326

2427
具体安装方式参考 [uv 安装](https://docs.astral.sh/uv/getting-started/installation/#pypi)

0 commit comments

Comments
 (0)