mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Requests package installation fixed.
This commit is contained in:
parent
33215f6db5
commit
4c31cb64f0
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user