From: richard Date: Tue, 28 May 2002 11:52:08 +0000 (+0000) Subject: Installation note for people running the tests with a CVS checkout. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a77eaaa3b1f9777278b1ccfaa436ae1f008128a1;p=roundup.git Installation note for people running the tests with a CVS checkout. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@765 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index 8b9f851..908cd59 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.9 $ +:Version: $Revision: 1.10 $ .. contents:: @@ -69,6 +69,10 @@ Testing your Python 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 ===============