Get latest version of pip packages

This commit is contained in:
Thiago Alves 2019-06-18 11:46:54 -05:00 committed by GitHub
parent 42b9fb5d10
commit 3ad96c294c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ function linux_install_deps {
}
function install_py_deps {
$1 pip install -r requirements.txt
$1 pip install flask
$1 pip install flask-login
$1 pip install pyserial
$1 pip install pymodbus
}
function install_all_libs {