mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
5 lines
No EOL
168 B
Batchfile
5 lines
No EOL
168 B
Batchfile
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 |