Update README.md
Update README to reflect only dnslib is needed now
This commit is contained in:
parent
96a87daaba
commit
45fd694033
14
README.md
14
README.md
|
|
@ -73,7 +73,7 @@ Short Form | Long Form | Description
|
||||||
|
|
||||||
Note that turbolist3r has not been tested on Windows.
|
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
|
#### dnslib Module
|
||||||
|
|
||||||
|
|
@ -99,18 +99,6 @@ sudo yum install python-requests
|
||||||
sudo pip install 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
|
#### argparse Module
|
||||||
|
|
||||||
- Install for Ubuntu/Debian:
|
- Install for Ubuntu/Debian:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue