Edgewall Software

Changes between Version 275 and Version 276 of TracInstall


Ignore:
Timestamp:
Apr 23, 2009, 11:08:44 PM (15 years ago)
Author:
jevans
Comment:

try to clarify Python versions for quick install

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v275 v276  
    88What follows are generic instructions for installing and setting up Trac and its requirements. While you can find instructions for installing Trac on specific systems at TracInstallPlatforms on the main Trac site, please be sure to '''first read through these general instructions''' to get a good understanding of the tasks involved.
    99
    10 == Short - Install a released version ==
    11 For the quick install, make sure you have [http://python.org/download Python 2.5 or 2.6] and [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install easy_install].
    12 
    13 Then enter (omitting 'sudo' if not applicable)
     10== Quick Install a Released Version ==
     11For a quick install, first make sure you have [http://python.org/download Python] (2.3-2.6) and [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install easy_install].
     12
     13Then enter (''omitting 'sudo' if not applicable'')
    1414{{{
    1515sudo easy_install Trac
     
    2323To install Trac, the following software packages must be installed:
    2424
    25  * [http://www.python.org/ Python], version >= 2.3
     25 * [http://www.python.org/ Python], version >=2.3 (<3.0)
    2626   * if using mod_python together with xml-related things, use python-2.5. expat is namespaced there and does not cause apache to crash any more(see [http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash here] for details).
    2727   * For RPM-based systems you might also need the `python-devel` and `python-xml` packages.