mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update README.md
This commit is contained in:
parent
db5530c959
commit
5291edff4b
|
@ -15,7 +15,7 @@
|
|||
|
||||
### PREREQUISITES ( Please verify if you have installed )
|
||||
|
||||
* Python 2.7
|
||||
* Python 3
|
||||
* Wget from Python
|
||||
* PHP
|
||||
* sudo
|
||||
|
@ -50,7 +50,7 @@ cd SocialFish
|
|||
```
|
||||
|
||||
```
|
||||
sudo pip install -r requirements.txt
|
||||
sudo pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -58,7 +58,7 @@ chmod 777 SocialFish.py
|
|||
```
|
||||
|
||||
```
|
||||
python SocialFish.py
|
||||
python3 SocialFish.py
|
||||
|
||||
```
|
||||
OR
|
||||
|
|
Loading…
Reference in New Issue
Block a user