diff --git a/start.bat b/start.bat index a19b055..0dd537c 100644 --- a/start.bat +++ b/start.bat @@ -1,2 +1,5 @@ +@echo off +python -m venv venv +call venv\Scripts\activate pip install -r requirements.txt python main.py \ No newline at end of file