7 lines
144 B
Batchfile
7 lines
144 B
Batchfile
|
@echo off
|
||
|
|
||
|
C:\Python27\python.exe -m pip install --upgrade pip
|
||
|
C:\Python27\python.exe -m pip install --upgrade matplotlib pyserial
|
||
|
|
||
|
pause
|