@echo off REM Build script for Windows REM Usage: build.bat cd /d "%~dp0" pip install -r requirements.txt pyinstaller >nul 2>&1 python build.py %* pause