@echo off setlocal cd /d "%~dp0" py -3 -m venv .venv call ".venv\Scripts\python.exe" -m pip install --upgrade pip call ".venv\Scripts\python.exe" -m pip install -r requirements.txt if not exist "config.yaml" copy /Y "config.example.yaml" "config.yaml" >nul echo Installeret. Rediger config.yaml og start med run-windows.bat