From 8e9aa733e5461cdcfae81d8aaf24237dca4ff70e Mon Sep 17 00:00:00 2001 From: zhoupeng Date: Thu, 13 Mar 2025 18:01:09 +0800 Subject: [PATCH] Update README_zh.md --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 28f6749..298e162 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,7 +69,7 @@ cd OpenManus 3. 创建并激活虚拟环境: ```bash -uv venv +uv venv --python 3.12 source .venv/bin/activate # Unix/macOS 系统 # Windows 系统使用: # .venv\Scripts\activate