Skip to content

Commit

Permalink
Update installation notes to reflect recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
farrokhi committed May 2, 2017
1 parent 39e564e commit 47dbc6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 47dbc6a

Please sign in to comment.