diff options
| author | Bob Halley <halley@dnspython.org> | 2016-02-21 15:38:08 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2016-02-21 15:38:08 -0800 |
| commit | 3fff4061cdb1450a8623f462e9f87f07a1c8dbcb (patch) | |
| tree | 66f7018612b8c76159246e16d9ac7e410e568270 /README.md | |
| parent | 1f45611f57a3646f307dac3dd0a71afecc8143c5 (diff) | |
| download | dnspython-3fff4061cdb1450a8623f462e9f87f07a1c8dbcb.tar.gz | |
further md-ify
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 10 insertions, 15 deletions
@@ -19,9 +19,11 @@ 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 +## INSTALLATION +- If you have pip installed and are using Python 2.x, you can do this `pip install dnspython` +- If you have pip installed and are using Python 3.x, you can do this +`pip install dnspython3` - If not just download the source file and unzip it, then run this `sudo python setup.py install` @@ -523,19 +525,12 @@ See the ChangeLog file for more detailed information on changes since the prior release. -REQUIREMENTS +## REQUIREMENTS -Python 2.4 or later. +Python 2.6 or later. -INSTALLATION - -To build and install dnspython, type - - python setup.py install - - -HOME PAGE +## HOME PAGE For the latest in releases, documentation, and information, visit the dnspython home page at @@ -544,19 +539,19 @@ dnspython home page at -DOCUMENTATION +## DOCUMENTATION Documentation is sparse at the moment. Use pydoc, or read the HTML documentation at the dnspython home page, or download the HTML documentation. -BUG REPORTS +## BUG REPORTS Bug reports may be sent to bugs@dnspython.org -MAILING LISTS +## MAILING LISTS A number of mailing lists are available. Visit the dnspython home page to subscribe or unsubscribe. |
