From 47dbc6afe392883ec4fb3a0631a405b1a4a3c3a9 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Tue, 2 May 2017 14:18:52 +0430 Subject: [PATCH] Update installation notes to reflect recent changes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c4bde1a..71ab334 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,6 @@ of view. This script requires python3 as well as latest [dnspython](http://www.dnspython.org/) and [cymruwhois](https://pythonhosted.org/cymruwhois/). -All required 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 @@ -43,7 +41,7 @@ There are several ways that you can use this toolset. However using the sourceco ``` git clone https://github.com/farrokhi/dnsdiag.git cd dnsdiag -git submodule update --init +pip3 install -r requirements.txt ``` 2. You can alternatively install the package using pip: