From 159ba763a9a1a2a02e6ec7a21f67ac2bc8d5ea39 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Mon, 17 Jun 2019 12:37:39 -0500 Subject: [PATCH] Added pymodbus --- background_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/background_installer.sh b/background_installer.sh index 86ee223..e2353fb 100755 --- a/background_installer.sh +++ b/background_installer.sh @@ -148,6 +148,7 @@ if [ "$1" == "win" ]; then pip install flask pip install flask-login pip install pyserial + pip install pymodbus echo "" echo "[MATIEC COMPILER]"