Requests package installation fixed.

This commit is contained in:
AnonUD4Y 2020-01-13 05:50:16 +00:00 committed by GitHub
parent 33215f6db5
commit 4c31cb64f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@ cd HiddenEye
sudo pip3 install -r requirements.txt sudo pip3 install -r requirements.txt
``` ```
```
sudo pip3 install requests
```
``` ```
python3 HiddenEye.py 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 chmod 777 HiddenEye
``` ```
```
pip install requests
```
``` ```
cd HiddenEye 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
``` ```