changeset 7:29671797f5b7 draft

Add dependency information to README
author Thomas Sigurdsen <thomas.sigurdsen@gmail.com>
date Mon, 15 Apr 2013 13:22:13 +0200
parents 40c27324a72b
children e1693483089d
files README
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -19,6 +19,28 @@
 	$ python q
 
 
+Dependencies
+============
+
+quizbot is written in Python and runs on the 2.7 interpreter. The dependencies 
+below are listed with the oldest versions that are confirmed to work. Older 
+versions *might* work. If they do, please report it to <alexander@plaimi.net>, 
+so that he can update this file.
+
+-python 2.7.x
+-twisted >= 11.0.0
+-twisted-words >= 11.0.0
+
+A Note on Python 3
+------------------
+
+The 3.x interpreter will try to run this and fail. You *need* to use a 2.x 
+interpreter (2.7.x is the only one with which quizbot is formally tested). 
+This may be accomplished by specifically invoking a 2.x interpreter on some 
+systems.
+        $ python2 q
+
+
 quizbot in #quiznode on Freenode
 ================================