From 50d5d60eae2c47b911d8c862b504c72c5692f9c0 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 1 May 2016 10:00:28 +0430 Subject: [PATCH] add installation instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 964e469..02734db 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,22 @@ This script requires python3 as well as latest third-party modules are included as GIT submodules. You just need to run `git submodule update --init` and project directory to pull the required code. +# installation + +1. You can checkout this git repo and its submodules + +``` +git clone https://github.com/farrokhi/dnsdiag.git +cd dnsdiag +git submodules init --update +``` + +2. You can alternatively install the package using pip: + +``` +pip3 install --process-dependency-links dnsdiag +``` + # dnsping dnsping pings a DNS resolver by sending an arbitrary DNS query for given number of times: