mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-26 18:17:45 +08:00
Get latest version of pip packages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user