From 4cc02fc4a03b9420c5a657ef6039809a0d762216 Mon Sep 17 00:00:00 2001 From: "michele.simionato" Date: Sun, 31 Aug 2008 07:46:47 +0000 Subject: Committed version 0.5 of strait, the first one made available on python-dev --- mtraits/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mtraits/README.txt') diff --git a/mtraits/README.txt b/mtraits/README.txt index b76a86a..0559b62 100644 --- a/mtraits/README.txt +++ b/mtraits/README.txt @@ -1,14 +1,14 @@ Dependencies: -The mtrait module requires Python 2.4. +The strait module requires Python 2.5. Installation: -Unzip the package and put the mtrait.py module somewhere in your +Unzip the package and put the strait.py module somewhere in your Python path. Tests: You may run the tests from the package directory as follows: -$ python doc.py +$ python docs.py -- cgit v1.2.1