From 4c31cb64f01c0487406b3ace9da62cd0602eeea6 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Mon, 13 Jan 2020 05:50:16 +0000 Subject: [PATCH] Requests package installation fixed. --- instructions.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/instructions.md b/instructions.md index 41be044..07dd040 100644 --- a/instructions.md +++ b/instructions.md @@ -29,6 +29,10 @@ cd HiddenEye sudo pip3 install -r requirements.txt ``` +``` +sudo pip3 install requests +``` + ``` python3 HiddenEye.py @@ -106,7 +110,7 @@ cd HiddenEye ``` ``` -pip3 install -r requirements.txt +pip3 install -r requirements.txt && pip3 install requests ``` @@ -139,6 +143,10 @@ git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEy chmod 777 HiddenEye ``` +``` +pip install requests +``` + ``` cd HiddenEye ``` @@ -163,6 +171,6 @@ After opening Copy and run this Single Command. ``` ``` -pkg install git python php curl openssh grep && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git && chmod 777 HiddenEye && cd HiddenEye && python HiddenEye.py +pkg install git python php curl openssh grep && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git && chmod 777 HiddenEye && cd HiddenEye && pip install -r requirements.txt && pip install requests && python HiddenEye.py ```