Update README.md

This commit is contained in:
Ahmed Aboul-Ela 2015-12-17 14:46:10 +02:00
parent ff641efe56
commit 994d7461fd
1 changed files with 17 additions and 1 deletions

View File

@ -43,9 +43,25 @@ sudo apt-get install python-dnspython
- Install using pip:
```
pip install dnspython
sudo pip install dnspython
```
####argparse library
- Install for Ubuntu/Debian:
```
sudo apt-get install python-argparse
```
- Install for Centos/Redhat:
```
sudo yum install python-argparse
```
- Install using pip:
```
sudo pip install argparse
```
##Usage