From: richard Date: Tue, 21 May 2002 05:55:05 +0000 (+0000) Subject: Note the version that is known to work. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80b750a2a3852ac7636f631de370796a065268dd;p=roundup.git Note the version that is known to work. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@740 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index e2de5e0..33113a9 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.4 $ +:Version: $Revision: 1.5 $ .. contents:: @@ -54,9 +54,11 @@ class as soon as the instance is created. Prerequisites ============= -Python 2.1.1 or newer with a functioning anydbm or bsddb module. +Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the +latest version from http://www.python.org/. -Download the latest version from http://www.python.org/. +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/. Testing your Python