From a0b8aa8a412364d6d44fb863d356fccefbcb4745 Mon Sep 17 00:00:00 2001 From: Georgios Gerontakis Date: Sat, 11 Jan 2020 19:16:04 +0200 Subject: [PATCH] updating setup script --- camera module/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camera module/setup.sh b/camera module/setup.sh index a65a2d1..13e8171 100755 --- a/camera module/setup.sh +++ b/camera module/setup.sh @@ -1,3 +1,6 @@ sudo apt-get update +sudo apt-get install python3.7 +sudo apt install python-pip sudo apt-get install rpi.gpio sudo apt-get install python3-opencv +sudo pip install zmq