From 2317924b8b1c4f0b24b4479e3ef53173196065b5 Mon Sep 17 00:00:00 2001 From: ori agranat Date: Fri, 16 Aug 2019 15:28:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a779f1c95..213658449 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ so in order to run this project we will need to install python in order to run t 1. sudo apt-get update 2. apt-get dist-upgrade 3. sudo apt-get upgrade -4. sudo apt-get install python3-pip python3-dev cmake zip unzip build-essential git --fix-missing +4. sudo apt-get install python3-pip python3-dev cmake zip unzip build-essential git libnss-mdns --fix-missing 5. sudo pip3 install numpy 6. OPENCV_VERSION=3.4.5 7. wget -O opencv.zip https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip