From 995f10e8fdef7448876c24a2e41bb7f2b1ac801b Mon Sep 17 00:00:00 2001 From: Hansjakob Florian Date: Fri, 6 Feb 2026 17:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 775e40b..3d80031 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # automation_tool_for_work-wb -一个用于wb工作的半自动化脚本 \ No newline at end of file +一个用于wb工作的半自动化脚本 + +## 用法 + +1. 安装python3 +2. 安装依赖库 +` shall +python3 -m pip install pillow +python3 -m pip install psutil +` +3. 运行 +` shall +cd {path_to_your_pyfile} +python3 main.py +` +4. 退出 +exit + +### END \ No newline at end of file