Skip to content

Commit 4eb3bdf

Browse files
author
Richard Jones
committed
doc fix
1 parent 1a8a533 commit 4eb3bdf

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/installation.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.55.2.2 $
5+
:Version: $Revision: 1.55.2.3 $
66

77
.. contents::
88

@@ -31,12 +31,10 @@ Roundup scripts
3131
Prerequisites
3232
=============
3333

34-
Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the
34+
Python 2.1.3 or newer with a functioning anydbm or bsddb module. Download the
3535
latest version from http://www.python.org/. It is highly recommended that
36-
users install the latest patch version of python - 2.1.3 or 2.2.3 - as these
37-
contain many fixes to serious bugs. Python 2.3 (currently in beta) has some
38-
"issues", at least with the SQLite backend, and possibly with other backends
39-
as well. It shouldn't be used with Roundup for now.
36+
users install the latest patch version of python - 2.1.3, 2.2.3 or 2.3.2 -
37+
as these contain many fixes to serious bugs.
4038

4139
If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
4240
later. Download the latest version from http://pybsddb.sourceforge.net/.
@@ -56,8 +54,8 @@ Testing your Python
5654
-------------------
5755

5856
Once you've unpacked roundup's source, run ``python ./run_tests`` in the
59-
source directory and make sure there are no errors.
60-
If there are errors, please let us know!
57+
source directory and make sure there are no errors. If there are errors,
58+
please let us know!
6159

6260
If the above fails, you may be using the wrong version of python. Try
6361
``python2 ./run_tests``. If that works, you will need to substitute
@@ -85,7 +83,7 @@ Installation
8583
Note: some systems, such as Debian and NetBSD, already have Roundup
8684
installed. Try running the command "roundup-admin" with no arguments,
8785
and if it runs you may skip the `Basic Installation Steps`_
88-
below.
86+
below and go straight to `configuring your first tracker`_.
8987

9088
Set aside 15-30 minutes. Please make sure you're using a supported version of
9189
Python -- see `testing your python`_. There's several steps to follow in your

0 commit comments

Comments
 (0)