From 817754bf1b26a9c69ad61b68bd478377429601b8 Mon Sep 17 00:00:00 2001 From: Georgios Gerontakis Date: Sat, 11 Jan 2020 19:24:09 +0200 Subject: [PATCH] Updating setup script --- camera module/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camera module/setup.sh b/camera module/setup.sh index 13e8171..2680651 100755 --- a/camera module/setup.sh +++ b/camera module/setup.sh @@ -1,6 +1,6 @@ sudo apt-get update sudo apt-get install python3.7 -sudo apt install python-pip +sudo apt install python3-pip sudo apt-get install rpi.gpio sudo apt-get install python3-opencv -sudo pip install zmq +sudo pip3 install pyzmq