SWRMeter/tools/install_packages.bat

7 lines
144 B
Batchfile
Raw Normal View History

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