From 3cfe3dd5116551e3402b87621eb3431731cbece2 Mon Sep 17 00:00:00 2001 From: zqhong Date: Thu, 14 May 2026 09:24:29 +0800 Subject: [PATCH] Update setup instructions in README.md Added instructions for setting up a virtual environment and installing dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) 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