From 3cdb110041872533a8bf094065d055516d52e88f Mon Sep 17 00:00:00 2001 From: Roger Date: Sun, 6 Sep 2015 23:34:24 +0800 Subject: [PATCH] Update README --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 932e552a..0fc84c80 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ dnspython -INTRODUCTION +## INTRODUCTION dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic @@ -19,8 +19,13 @@ the testing of DNS software. Nominum has generously allowed it to be open sourced under a BSD-style license, and helps support its future development by continuing to employ the author :). +## Installation +- If you have pip installed, you can do this +`pip install dnspython` +- If not just download the source file and unzip it, then run this +`python setup.py install` -ABOUT THIS RELEASE +## ABOUT THIS RELEASE This is dnspython 1.12.0 -- 2.47.3