mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'debug' of github.com:KX76/MaiMBot into fix/20250309-logger-optimize
commit
bc2ced0b1d
10
run.bat
10
run.bat
|
|
@ -1,6 +1,10 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
chcp 65001
|
chcp 65001
|
||||||
python -m venv venv
|
if not exist "venv" (
|
||||||
call venv\Scripts\activate.bat
|
python -m venv venv
|
||||||
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade -r requirements.txt
|
call venv\Scripts\activate.bat
|
||||||
|
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade -r requirements.txt
|
||||||
|
) else (
|
||||||
|
call venv\Scripts\activate.bat
|
||||||
|
)
|
||||||
python run.py
|
python run.py
|
||||||
Loading…
Reference in New Issue