diff --git a/Start.bat b/Start.bat new file mode 100644 index 0000000..ae42d62 --- /dev/null +++ b/Start.bat @@ -0,0 +1,10 @@ +@echo off + +set VENV_DIR= + +if not defined PYTHON (set PYTHON=python) +if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv") + +call "%VENV_DIR%\Scripts\activate.bat" +call pip -V +call python main.py