From 65bd3b3f8a569abb7c2edb228be766a148a8559c Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 30 Aug 2002 22:17:44 +0000 Subject: [PATCH] reordering to make a little more sense git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1015 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/installation.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/installation.txt b/doc/installation.txt index 73222f1..037b687 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.16 $ +:Version: $Revision: 1.17 $ .. contents:: @@ -63,22 +63,23 @@ If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or later. Download the latest version from http://pybsddb.sourceforge.net/. +Getting Roundup +=============== + +Download the latest version from http://roundup.sf.net/. + Testing your Python ------------------- -Run ``python ./run_tests`` and make sure there -are no errors. If there are errors, please let us know! +Once you've unpacked roundup's source, run ``python ./run_tests`` in the +source directory and make sure there are no errors. +If there are errors, please let us know! If the above fails, you may be using the wrong version of python. Try ``python2 ./run_tests``. If that works, you will need to substitute ``python2`` for ``python`` in all further commands you use in relation to Roundup -- from installation and scripts. -Getting Roundup -=============== - -Download the latest version from http://roundup.sf.net/. - Installation ============ -- 2.30.2