We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c5a64 commit c828fdcCopy full SHA for c828fdc
README.md
@@ -14,11 +14,14 @@ Server 来访问七牛云存储、智能多媒体服务等。
14
15
如果还没有安装 uv,可以使用以下命令安装:
16
```bash
17
-# Linux & Mac
+# Mac,推荐使用 brew 安装
18
+brew install uv
19
+
20
+# Linux & Mac,安装后注意把安装后的路径加入环境变量 PATH 中,例如在 Mac 中,把安装后的路径 /Users/xxx/.local/bin export PATH="/Users/xxx/.local/bin:$PATH"
21
curl -LsSf https://astral.sh/uv/install.sh | sh
22
23
# Windows
-$ 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"
25
```
26
27
具体安装方式参考 [uv 安装](https://docs.astral.sh/uv/getting-started/installation/#pypi)
0 commit comments