diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..67e1ed9 --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +python -m venv .venv +.venv\Scripts\pip install -r requirements.txt +.venv\Scripts\python main.py