Edgewall Software

Changes between Version 273 and Version 274 of TracInstall


Ignore:
Timestamp:
Mar 25, 2009, 6:16:25 PM (15 years ago)
Author:
jevans
Comment:

update short install

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v273 v274  
    99
    1010== Short - Install a released version ==
    11 For the quick install, make sure you have [http://python.org Python-2.5], [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install easy_install] and SQlite-3.3.4 installed (or above). (You also might want to install python-dev to build genshi)
     11For 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
     13Then enter (omitting 'sudo' if not applicable)
    1214{{{
    1315sudo easy_install Trac
    1416}}}
     17to install Trac, SQLite, and Genshi.
     18
    1519
    1620== Requirements ==