Mercurial > p > roundup > code
comparison doc/installation.txt @ 845:08858c7be257 maint-0.4
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 10 Jul 2002 06:34:13 +0000 |
| parents | faf164ab8ed9 |
| children | 9513228a409a |
comparison
equal
deleted
inserted
replaced
| 844:982a5abb01ea | 845:08858c7be257 |
|---|---|
| 1 ================== | 1 ================== |
| 2 Installing Roundup | 2 Installing Roundup |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.13 $ | 5 :Version: $Revision: 1.13.2.1 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 56 | 56 |
| 57 Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the | 57 Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the |
| 58 latest version from http://www.python.org/. It is highly recommended that | 58 latest version from http://www.python.org/. It is highly recommended that |
| 59 users install the latest patch version of python - 2.1.3 or 2.2.1 - as these | 59 users install the latest patch version of python - 2.1.3 or 2.2.1 - as these |
| 60 contain many fixes to serious bugs. | 60 contain many fixes to serious bugs. |
| 61 | |
| 62 You will need to have the zlib/gzip modules available to python. | |
| 61 | 63 |
| 62 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or | 64 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or |
| 63 later. Download the latest version from http://pybsddb.sourceforge.net/. | 65 later. Download the latest version from http://pybsddb.sourceforge.net/. |
| 64 | 66 |
| 65 | 67 |
