From aa1bc3c186b205bad6283ab25ce4c56559f59f14 Mon Sep 17 00:00:00 2001 From: nicholasmurillo <128554847+nicholasmurillo@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:21:58 -0400 Subject: [PATCH] Update README.md Description & Add Common Installation Issues + Updated description of project + Added common issues during installation process --- docs/README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3090a1593..4d2a4228c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@

- Hunt down social media accounts by username across 400+ social networks + Sherlock hunts down social media accounts by username across 400+ social networks. By entering a username, Sherlock searches across popular websites and returns any accounts with matching usernames. It's an essential tool for situations such as personal investigations, security checks, or ensuring your brand’s unique identity across various platforms.

@@ -33,6 +33,33 @@ See all alternative installation methods [here](https://sherlockproject.xyz/installation) +### Common Installation Issues +1. **'pip' command not found** + - **Solution**: Make sure that `pip` is installed with Python. You can install `pip` by following these instructions: + - **On Linux/macOS**: + ```bash + sudo apt-get install python3-pip + ``` + - **On Windows**: Download and install `pip` from the official [pip website](https://pip.pypa.io/en/stable/installation/). + +2. **Permission Denied on Linux/macOS** + - **Solution**: You may need to run the installation commands with `sudo` to give administrative privileges. Use the following command: + ```bash + sudo pip install sherlock-project + ``` +3. **Outdated `pip` Version** + - **Solution**: Upgrade `pip` to the latest version using the following command: + ```bash + pip install --upgrade pip + ``` +4. **Outdated Python Version** + - **Solution**: Update Python version using the following command: + ```bash + sudo apt-get install python3 + ``` +5. **Firewall or Antivirus Blocking Access** + - **Solution**: Ensure that your firewall or antivirus settings allow Docker and Python installations to proceed without interruption. + ## Usage To search for only one user: