summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-09-11 21:37:39 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-09-11 21:37:39 +0200
commit2295b37f1bf6a16740a65e4753f95924a76b9bce (patch)
tree4f8309f338d71098924c80c8942132f82ae0b8eb /README.md
parent1b2598f846e04780305cdbd184627d2c344ee8eb (diff)
downloadminiircd-2295b37f1bf6a16740a65e4753f95924a76b9bce.tar.gz
miniircd-2295b37f1bf6a16740a65e4753f95924a76b9bce.zip
Make it possible to use Python 3
Fixes #22.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65c4e39..007faa6 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ Limitations
Requirements
------------
-Python 2.6 or newer. Get it at http://www.python.org.
+Python 2.6 or newer. Get it at http://www.python.org. Python 3 should also
+work.
Installation
------------