mirror of https://github.com/DJ2LS/FreeDATA.git
Update and rename Modem-Install-Requrements.bat to Modem-Install-Requirements.bat
rename file (fix typo) and adjusted path in file remarkspull/727/head
parent
093b20f9c4
commit
c97bcf51c2
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue