Code

reordering to make a little more sense
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 30 Aug 2002 22:17:44 +0000 (22:17 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 30 Aug 2002 22:17:44 +0000 (22:17 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1015 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/installation.txt

index 73222f1bd50e6277371b64643fbcccb74addb8d3..037b6871579ce712f9bd722e4898e63bbbcdf013 100644 (file)
@@ -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
 ============