summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 55f478e..fef9f25 100644
--- a/README
+++ b/README
@@ -7,4 +7,8 @@ Supported Python versions currently are 2.5 and 2.6. It might still support
syntax is incompatible. However the fixes needed to make the code usable
with 3.x should be small. Eventually there will be a 3.x branch.
+Installation should be easy using setup.py. I recommend running the test suite
+by invoking "python test.py" from the source tree to spot problems early. This
+is especially true if you try Python versions other than 2.5 and 2.6.
+
Helmut Grohne <helmut@subdivi.de>