Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Dec 4, 2021
1 parent eed9906 commit 352bbcd
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions docs/README.md
Expand Up @@ -37,7 +37,7 @@ Installation
**Python PIP**

```
$ pip install dnstwist
$ pip install dnstwist[full]
```

**Git**
Expand Down Expand Up @@ -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
-----------------

Expand Down

0 comments on commit 352bbcd

Please sign in to comment.