From 8c82612be23d706a05981cbefeb4d2872b294c8c Mon Sep 17 00:00:00 2001 From: Spandan Tripathy <128175097+CrypticRevenger@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:28:58 +0530 Subject: [PATCH] fixes #1886sherlock.py --- sherlock/sherlock.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 7256195..11b41c5 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -1,5 +1,12 @@ #! /usr/bin/env python3 +''' + **Installation of pandas Module** +Run the following command in the terminal +Here is your command: + C:\Users\Home\AppData\Local\Programs\Python\Python310\Scripts\pip3 install pandas +''' + """ Sherlock: Find Usernames Across Social Networks Module