Files
Mofox-Core/run.bat
UnCLAS-Prommer 68b3f578c4 Minor Doc Update
2025-03-10 20:36:15 +08:00

10 lines
243 B
Batchfile

@ECHO OFF
chcp 65001
if not exist "venv" (
python -m venv venv
call venv\Scripts\activate.bat
pip install -i https://mirrors.aliyun.com/pypi/simple --upgrade -r requirements.txt
) else (
call venv\Scripts\activate.bat
)
python run.py