Update README.md

Update README to reflect only dnslib is needed now
This commit is contained in:
fleetcaptain 2019-10-06 20:11:39 -07:00 committed by GitHub
parent 96a87daaba
commit 45fd694033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 13 deletions

View File

@ -73,7 +73,7 @@ Short Form | Long Form | Description
Note that turbolist3r has not been tested on Windows.
Turbolist3r depends on the `dnslib`, `requests`, `dnspython`, and `argparse` python modules.
Turbolist3r depends on the `dnslib`, `requests`, and `argparse` python modules.
#### dnslib Module
@ -99,18 +99,6 @@ sudo yum install python-requests
sudo pip install requests
```
#### dnspython Module (http://www.dnspython.org/)
- Install for Ubuntu/Debian:
```
sudo apt-get install python-dnspython
```
- Install using pip:
```
sudo pip install dnspython
```
#### argparse Module
- Install for Ubuntu/Debian: