1
0
mirror of https://github.com/GuDaStudio/codexmcp.git synced 2026-02-05 02:00:24 +08:00

v0.3:新增uv安装

This commit is contained in:
GuDaStudio
2025-11-08 16:44:53 +08:00
parent c46a61d4aa
commit 735082c00b

View File

@@ -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中运行本项目**
<!-- 如果您正在为订阅和配置而忧愁,我们非常欢迎您[积极联系我们](https://cc.guda.studio)。 -->
### 1. 安装步骤