feat: Windows 脚本

This commit is contained in:
jiajiu123
2025-03-08 04:17:22 +08:00
parent e1741f5ea3
commit a0220ff581
2 changed files with 128 additions and 0 deletions

6
run.bat Normal file
View File

@@ -0,0 +1,6 @@
@ECHO OFF
chcp 65001
REM python -m venv venv
call venv\Scripts\activate.bat
REM pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade -r requirements.txt
python run.py