diff --git a/batch-programs/update_lib.bat b/batch-programs/update_lib.bat new file mode 100644 index 0000000..312b1c3 --- /dev/null +++ b/batch-programs/update_lib.bat @@ -0,0 +1,13 @@ +@echo off +cd.. +echo Activating Virtual environment... +call .\venv\Scripts\activate + +echo updating pip... +python -m pip install --upgrade pip + +echo updating requirements... +pip3 install -r requirements.txt +ping 127.0.0.1 -n 2 > NUL +echo requirements updated complete! +pause \ No newline at end of file