summaryrefslogtreecommitdiff
path: root/decorator/README.txt
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2008-12-03 06:58:37 +0000
committermichele.simionato <devnull@localhost>2008-12-03 06:58:37 +0000
commitd0bec25c96394d538f571164149aca8c6f498a9c (patch)
treeecaf5c532e85f5cd0cb39e93aef8f4b4de22b630 /decorator/README.txt
parent18ff9b85d5acd50e2166e73c56ef138c5c3c6013 (diff)
downloadmicheles-d0bec25c96394d538f571164149aca8c6f498a9c.tar.gz
Started the work on version 3.0 of the decorator module
Diffstat (limited to 'decorator/README.txt')
-rwxr-xr-xdecorator/README.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/decorator/README.txt b/decorator/README.txt
new file mode 100755
index 0000000..859f89c
--- /dev/null
+++ b/decorator/README.txt
@@ -0,0 +1,22 @@
+Decorator module
+---------------------------
+
+Dependencies:
+
+The decorator module requires Python 2.4.
+
+Installation:
+
+Unzip the archive in a directory called "decorator" in your Python path.
+For instance, on Unices you could give something like that:
+
+$ unzip decorator.zip -d decorator
+
+Testing:
+
+Just go in the package directory and give
+
+$ python doctester.py documentation.txt
+
+This will generate the main.py file containing all the examples
+discussed in the documentation, and will run the corresponding tests.