From 3ef95f01c05c8c67c3b8609efaa1c1d69e81e26c Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Fri, 28 Dec 2018 13:21:15 -0500 Subject: [PATCH 1/2] Update README.MD with Python 3.6 requirement Update README.MD with Python 3.6 requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbe85fe..56148ec 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ## Installation +**NOTE**: Python 3.6 is required. + ```bash # clone the repo $ git clone https://github.com/sdushantha/sherlock.git From 7f26889de469b28137910db14227d21f8f21a750 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Fri, 28 Dec 2018 19:59:04 -0500 Subject: [PATCH 2/2] Update README.md for Python 3.6+ req. Update README.md for Python 3.6+ req. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56148ec..96132e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Installation -**NOTE**: Python 3.6 is required. +**NOTE**: Python 3.6 or higher is required. ```bash # clone the repo