From 352bbcd585d5a43751fe5d3c14a263835a6b6f19 Mon Sep 17 00:00:00 2001 From: Marcin Ulikowski Date: Sat, 4 Dec 2021 16:49:18 +0100 Subject: [PATCH] Updated README.md --- docs/README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7fe1c28..2427cfa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,7 +37,7 @@ Installation **Python PIP** ``` -$ pip install dnstwist +$ pip install dnstwist[full] ``` **Git** @@ -77,28 +77,6 @@ $ docker run elceef/dnstwist ``` -Requirements ------------- - -This tool is designed to run fine with just standard Python3 library. However, -a couple of third-party packages are required to show its full potential. - -If running a Debian-based distribution, you can install all external libraries -with just single command: - -``` -$ sudo apt install python3-dnspython python3-tld python3-geoip python3-whois \ -python3-requests python3-ssdeep -``` - -Alternatively, you can use Python PIP. This can be done within a virtual -environment to avoid conflicts with other installations. - -``` -$ pip3 install -r requirements.txt -``` - - Quick start guide -----------------