22Installing 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
3131Prerequisites
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
3535latest 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
4139If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
4240later. Download the latest version from http://pybsddb.sourceforge.net/.
@@ -56,8 +54,8 @@ Testing your Python
5654-------------------
5755
5856Once 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
6260If 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
8583Note: 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
9088Set aside 15-30 minutes. Please make sure you're using a supported version of
9189Python -- see `testing your python`_. There's several steps to follow in your
0 commit comments