# HG changeset patch # User Richard Jones # Date 1022586728 0 # Node ID a721f4e7ebbcf7913eba517b53ab50f0316eacfc # Parent 92abd71ec19b6de92a100114d6e86d8bb1213ea6 Installation note for people running the tests with a CVS checkout. diff -r 92abd71ec19b -r a721f4e7ebbc doc/installation.txt --- a/doc/installation.txt Sun May 26 09:04:42 2002 +0000 +++ b/doc/installation.txt Tue May 28 11:52:08 2002 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.9 $ +:Version: $Revision: 1.10 $ .. contents:: @@ -69,6 +69,10 @@ Run ``"python ./run_tests"`` and make sure there are no errors. If there are errors, please let us know! +Note: if you're installing from the CVS, you will need to run "python setup.py +build" before the tests will work, as there are modules that must be +generated that are not stored in the CVS. + Getting Roundup ===============