Update and rename Modem-Install-Requrements.bat to Modem-Install-Requirements.bat

rename file (fix typo) and adjusted path in file remarks
pull/727/head
Stefan DK5SM 2024-05-21 16:56:42 +02:00 committed by GitHub
parent 093b20f9c4
commit c97bcf51c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

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

View File

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