aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 495cc27..a6d63be 100644
--- a/README
+++ b/README
@@ -51,6 +51,11 @@ or later, because we use the PyUnit 'unittest' module. Sorry.
INSTALLATION:
+If you want to test archivemail:
+ cp archivemail archivemail.py
+ python test_archivemail.py
+ (NOTE: This could take over 90 seconds on slower systems)
+
To install archivemail, run:
python setup.py install
@@ -69,4 +74,5 @@ The archivemail website is at: http://archivemail.sourceforge.net/
If you have any feedback or bug reports about archivemail, you are very
welcome to email me.
+
-- Paul Rodger <paul@paulrodger.com>