Added info about test_archivemail.py

This commit is contained in:
Paul Rodger 2002-04-29 12:25:15 +00:00
parent dcff0c0c85
commit 3c91240e66
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -51,6 +51,11 @@ or later, because we use the PyUnit 'unittest' module. Sorry.
INSTALLATION: 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: To install archivemail, run:
python setup.py install 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 If you have any feedback or bug reports about archivemail, you are very
welcome to email me. welcome to email me.
-- Paul Rodger <paul@paulrodger.com> -- Paul Rodger <paul@paulrodger.com>