diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..305de61 --- /dev/null +++ b/start.bat @@ -0,0 +1,9 @@ +@echo off +pip install pipreqs +cls +pipreqs -f +cls +pip install -r "requirements.txt" +cls +python ./main.py +pause \ No newline at end of file