Update README.md

This commit is contained in:
Usama Abdul Sattar 2018-06-18 08:12:22 +05:00 committed by GitHub
parent db5530c959
commit 5291edff4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
### PREREQUISITES ( Please verify if you have installed ) ### PREREQUISITES ( Please verify if you have installed )
* Python 2.7 * Python 3
* Wget from Python * Wget from Python
* PHP * PHP
* sudo * 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 OR