FreeDATA/tools/Windows/TNC-Install-Requrements.bat

5 lines
131 B
Batchfile
Raw Normal View History

2023-10-06 02:31:46 +00:00
REM Place this batch file in FreeData/tnc and then run it
REM ie. c:\FD-Src\tnc
python -m pip install -r ..\requirements.txt
pause