From 86d5f7b11755bcf8e9c47d9bd611c8c2fb8b9a76 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 17 Nov 2022 16:58:21 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bcc5632..e17240e 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ echo "Installing Dependencies" sudo apt update -sudo apt install -y python3 python3-pip python3-scipy python3-numpy +sudo apt install -y python3 python3-dev python3-pip python3-scipy python3-numpy sudo pip3 install pyserial sudo pip3 install paho-mqtt sudo pip3 install --no-deps siwat-light-control-protocol