Modem update script for windows

This commit is contained in:
Mashintime 2024-02-03 14:46:26 -05:00
parent 39b401f848
commit b2f6464645
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
REM Place this batch file in FreeData/modem and then run it to update requirements
REM ie. c:\FD-Src\modem
python -m pip install --upgrade -r ..\requirements.txt
pause