Update README_zh.md

This commit is contained in:
zhoupeng 2025-03-13 18:01:09 +08:00 committed by GitHub
parent 2d17a3bd6e
commit 8e9aa733e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ cd OpenManus
3. 创建并激活虚拟环境: 3. 创建并激活虚拟环境:
```bash ```bash
uv venv uv venv --python 3.12
source .venv/bin/activate # Unix/macOS 系统 source .venv/bin/activate # Unix/macOS 系统
# Windows 系统使用: # Windows 系统使用:
# .venv\Scripts\activate # .venv\Scripts\activate