From ea3837dfefd4ce8ed873074f10720b19b827cb7a Mon Sep 17 00:00:00 2001 From: whitefight18 Date: Tue, 27 Dec 2022 03:21:54 +0530 Subject: [PATCH] modified README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e644e1f..c01f857 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ A tool written in python to detect the hostility or suspiciousness of a target U `python3` from [python.org](https://www.python.org/downloads/) +To install the dependencies, use `pip3 install -r requirements.txt` + +Or, to install them manually - + `requests` library ( install using `pip3 install requests` ) `validators` library ( install using `pip3 install validators` )