From: Roger Date: Sun, 6 Sep 2015 15:34:24 +0000 (+0800) Subject: Update README X-Git-Tag: v1.13.0~22^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cdb110041872533a8bf094065d055516d52e88f;p=thirdparty%2Fdnspython.git Update README --- 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