Files
loki-logger/run_in_env.bat
2026-02-24 20:08:50 +01:00

8 lines
132 B
Batchfile

%~d0
cd %~dp0
python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txt
echo call %~dp0\%*
call %~dp0\%*