@@ -1,6 +1,10 @@
@ECHO OFF
chcp 65001
if not exist "venv" (
python -m venv venv
call venv\Scripts\activate.bat
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --upgrade -r requirements.txt
) else (
)
python run.py
The note is not visible to the blocked user.