diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..b64a6d2 --- /dev/null +++ b/start.bat @@ -0,0 +1,4 @@ +@echo off +cd /d %~dp0 +call .venv\Scripts\activate.bat +.venv\Scripts\python.exe app.py \ No newline at end of file