From 2e0bface8abf91010d4c08cf63842269b8e4f322 Mon Sep 17 00:00:00 2001 From: theodosisathanasakis Date: Wed, 16 Jan 2019 18:18:10 +0200 Subject: [PATCH] install python3 and python3-pip if not exist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94aa6391..0b129e46 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ $ git clone https://github.com/TheYahya/sherlock.git # change the working directory to sherlock $ cd sherlock +# install python3 and python3-pip if not exist + # install the requirements $ pip3 install -r requirements.txt ```