SWRMeter/tools/install_packages.bat
2024-02-11 12:53:13 +01:00

7 lines
138 B
Batchfile

@echo off
C:\Python27\python.exe -m pip install --upgrade pip
C:\Python27\python.exe -m pip install --upgrade matplotlib pyserial
pause