@@ -0,0 +1,10 @@
@echo off
chcp 65001 > nul
if not exist .venv (
python -m venv .venv
)
call .venv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
python main.py
pause
The note is not visible to the blocked user.