From a185c8c8aa1e7c8cafd636f9d113ec1131337230 Mon Sep 17 00:00:00 2001 From: DrSparky-2007 <56183042+DrSparky-2007@users.noreply.github.com> Date: Thu, 4 Feb 2021 08:44:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a901a4..7e1a2b7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # OpenCV-Tutorials All the code for the Tech With Tim Python OpenCV Tutorials. +--- +To install dependancies: +```pip install -r requirements.txt``` From 9e351a31c3d5f19c40b240ec4ed05dec23756e1a Mon Sep 17 00:00:00 2001 From: DrSparky-2007 <56183042+DrSparky-2007@users.noreply.github.com> Date: Thu, 4 Feb 2021 08:45:11 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e1a2b7..da32b5d 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ All the code for the Tech With Tim Python OpenCV Tutorials. --- To install dependancies: + ```pip install -r requirements.txt```