diff --git a/README.md b/README.md index 615ed04..f401789 100644 --- a/README.md +++ b/README.md @@ -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