From c9f3fe6f0d8e691b2767f8049c87d5fa340c9dda Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 14 Nov 2016 15:44:49 +0330 Subject: [PATCH] We don't need a _modified_ dnspython anymore. Fix docs. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c66631..ab88a33 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,9 @@ of view. # prerequisites This script requires python3 as well as latest [dnspython](http://www.dnspython.org/) and -[cymruwhois](https://pythonhosted.org/cymruwhois/). Please note that -"dnstraceroute" requires a modified version of dnspython module. 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. +[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