From a8d947bae5f4cd8d6a404b6de7bc7f04e2f7a9aa Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Fri, 26 Oct 2018 05:26:08 +0300 Subject: [PATCH] Arch Linux based guide. (#109) Fixed - Android guide CAPSLOCK New - Arch Linux based distros guide --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5a111..b53b86a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ * **MacOS High Sierra** +* **Arch Linux** + +* **Manjaro XFCE Edition 17.1.12** + +* **Black Arch** + ### CLONE ``` git clone https://github.com/An0nUD4Y/SocialFish.git @@ -72,7 +78,39 @@ python3 SocialFish.py ./SocialFish.py ``` -### RUNNING (FOR ANDROID USERS IN TERMUX) +### RUNNING (If distro based on Arch Linux) + +``` +cd SocialFish +``` + +``` +sudo pacman -Syu +``` +``` +sudo pacman -S python-pip +``` + +``` +sudo pip3 install -r requirements.txt +``` + +``` +chmod 777 SocialFish.py +``` + +``` +python3 SocialFish.py + +``` + OR + +``` +./SocialFish.py + +``` + +### RUNNING (For Android users in Termux) ``` First install { Termux } from Playstore.