From 28987114bc4996a60aab45a2271979411769ee99 Mon Sep 17 00:00:00 2001 From: Hansjakob Florian Date: Fri, 6 Feb 2026 17:26:01 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d80031..d121bf9 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ 1. 安装python3 2. 安装依赖库 -` shall +``` shall python3 -m pip install pillow python3 -m pip install psutil -` +``` 3. 运行 -` shall +``` shall cd {path_to_your_pyfile} python3 main.py -` +``` 4. 退出 -exit +`exit` ### END \ No newline at end of file