This commit is contained in:
IFD3
2026-02-24 20:08:50 +01:00
commit 44f5a3ff01
3 changed files with 72 additions and 0 deletions

7
run_in_env.bat Normal file
View File

@@ -0,0 +1,7 @@
%~d0
cd %~dp0
python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt
echo call %~dp0\%*
call %~dp0\%*