From f7f113dc74dc710c7ee0af4c8f68f1415853c9be Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sun, 23 Mar 2025 01:31:12 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1663d2..30f003f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ Segatools 读卡器(选卡器?)前端,用来在没有读卡器的时候 # 装 +需要安装 python > 10 + ``` git clone https://github.com/MaigoLabs/AimeWeb cd AimeWeb -python3 -m venv venv -venv/bin/pip install -r requirements.txt +pip install -r requirements.txt ``` # 配 @@ -26,7 +27,7 @@ PORT = 8249 # HTTP Port # 跑 ``` -venv/bin/python3 src/main.py +python src/main.py ``` # 用