changeset 1849:686f8de4a62c maint-0.6

doc fix
author Richard Jones <richard@users.sourceforge.net>
date Thu, 16 Oct 2003 23:05:41 +0000
parents 2f122c07dc31
children fe15b8506d47
files doc/installation.txt
diffstat 1 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.txt	Mon Oct 13 23:21:58 2003 +0000
+++ b/doc/installation.txt	Thu Oct 16 23:05:41 2003 +0000
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.55.2.2 $
+:Version: $Revision: 1.55.2.3 $
 
 .. contents::
 
@@ -31,12 +31,10 @@
 Prerequisites
 =============
 
-Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the
+Python 2.1.3 or newer with a functioning anydbm or bsddb module. Download the
 latest version from http://www.python.org/. It is highly recommended that
-users install the latest patch version of python - 2.1.3 or 2.2.3 - as these
-contain many fixes to serious bugs. Python 2.3 (currently in beta) has some
-"issues", at least with the SQLite backend, and possibly with other backends
-as well. It shouldn't be used with Roundup for now.
+users install the latest patch version of python - 2.1.3, 2.2.3 or 2.3.2 -
+as these contain many fixes to serious bugs.
 
 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/.
@@ -56,8 +54,8 @@
 -------------------
 
 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!
+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
@@ -85,7 +83,7 @@
 Note: some systems, such as Debian and NetBSD, already have Roundup
       installed. Try running the command "roundup-admin" with no arguments,
       and if it runs you may skip the `Basic Installation Steps`_
-      below.
+      below and go straight to `configuring your first tracker`_.
 
 Set aside 15-30 minutes. Please make sure you're using a supported version of
 Python -- see `testing your python`_. There's several steps to follow in your

Roundup Issue Tracker: http://roundup-tracker.org/