diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..a1047d5 --- /dev/null +++ b/install.bat @@ -0,0 +1,3 @@ +@echo off +pip install -r requirements.txt +pause \ No newline at end of file