Mercurial > p > roundup > code
changeset 752:a721f4e7ebbc
Installation note for people running the tests with a CVS checkout.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 28 May 2002 11:52:08 +0000 |
| parents | 92abd71ec19b |
| children | 938edfdeac6e |
| files | doc/installation.txt |
| diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ===============
