Skip to content

Commit

Permalink
modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitefight18 committed Dec 26, 2022
1 parent ee4de52 commit ea3837d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` )
Expand Down

0 comments on commit ea3837d

Please sign in to comment.