Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-09-29 20:02:17 +0300
committerCasey Deccio <casey@deccio.net>2016-09-29 20:02:17 +0300
commit53a0d2f364dde3d696603b2e29c8018250952086 (patch)
tree7069b69ef8255f3a0d2fd6597a17d341ae91ff7a
parent1be18e7eca38ff12341a83f5c4078d0d0c33df64 (diff)
Update README with improved python requirements
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3eb3636..4501a46 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,11 @@ powers the Web-based analysis available at http://dnsviz.net/
### Dependencies
-* python (2.7.x) - http://www.python.org/
+* python (2.6/2.7/3.4) - http://www.python.org/
- python 2.7.x is required. python 2.6.x and 3.4.x have also been successfully
- tested and should work, as long as the other third-party dependencies also
- support them. Note that for python 2.6.x the importlib
- (https://pypi.python.org/pypi/importlib) and ordereddict
+ python 2.6, 2.7, or 3.4 is required. For python 3.4 the other third-party
+ dependencies must also support python 3.4. Note that for python 2.6 the
+ importlib (https://pypi.python.org/pypi/importlib) and ordereddict
(https://pypi.python.org/pypi/ordereddict) packages are also required.
* dnspython (1.11.0 or later) - http://www.dnspython.org/