summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2011-06-01 15:10:57 +0200
committerHelmut Grohne <helmut@subdivi.de>2011-06-01 15:10:57 +0200
commit04c0db2f095249c44042afd449266e00b18c5a4e (patch)
tree2e827b68feb53cf591de56fceac81f6390947358 /README
parent225cc8e97402e83cf4750c1ddf6245f6ce11114f (diff)
downloadwsgitools-04c0db2f095249c44042afd449266e00b18c5a4e.tar.gz
README: installation and test suite instructions
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>