SWRMeter/tools/install_packages.bat

7 lines
138 B
Batchfile
Raw Permalink Normal View History

2024-02-11 12:50:31 +01:00
@echo off
C:\Python27\python.exe -m pip install --upgrade pip
C:\Python27\python.exe -m pip install --upgrade matplotlib pyserial
pause