aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-29 12:25:15 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-29 12:25:15 +0000
commit3c91240e6641bd60aa3aa96b7d83bc907e5df855 (patch)
treecfe61f51f4851bae1f465f11411bad81793e510b /README
parentdcff0c0c85a06f20cbff5af5b327dade05ac3cce (diff)
downloadarchivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.tar.gz
archivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.tar.bz2
archivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.zip
Added info about test_archivemail.py
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>