From 45f359ecd363fe0ac34424584c14773a3c3c38f3 Mon Sep 17 00:00:00 2001 From: iridiumR Date: Tue, 23 May 2023 18:27:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3fcb5..33c8200 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,18 @@ ### 部署方法 +保证电脑上有 Python,进入到 `src` 目录,然后运行 + ``` pip install -r requirements.text ``` ### 启动方法 +保证电脑上有 Python,进入到 `src` 目录,然后运行 + ``` -python src/main.py +python main.py ``` ### 开发方法