diff --git a/README.md b/README.md index c97c540a..6d1a0086 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ python launch.pyw ```bash git clone https://github.com/lsdefine/GenericAgent.git cd GenericAgent +uv venv uv pip install -e ".[ui]" # 核心 + GUI 依赖 cp mykey_template.py mykey.py python launch.pyw