From 735082c00bc4def1d62f2edcc6248ae1a6023c99 Mon Sep 17 00:00:00 2001 From: GuDaStudio Date: Sat, 8 Nov 2025 16:44:53 +0800 Subject: [PATCH] =?UTF-8?q?v0.3=EF=BC=9A=E6=96=B0=E5=A2=9Euv=E5=AE=89?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0650b4c..bf3187e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,25 @@ - [Claude Code 安装指南](https://docs.claude.com/docs/claude-code) - [Codex CLI 安装指南](https://developers.openai.com/codex/quickstart) + +请确保您已成功安装[uv工具](https://docs.astral.sh/uv/getting-started/installation/): + +- Windows + 在Powershell中运行以下命令: + ``` + powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" + ``` + +- Linux/macOS + 使用curl/wget下载并安装: + ``` + curl -LsSf https://astral.sh/uv/install.sh | sh #使用curl + + wget -qO- https://astral.sh/uv/install.sh | sh #使用wget + ``` + +**注意,我们极力推荐Windows用户在WSL中运行本项目!** + ### 1. 安装步骤