= Trac Install = '''Note:''' This is a rewrite of TracInstall for Trac [milestone:0.11]. If you have a recent version of setuptools installed you may run: {{{ easy_install trac }}} Check also wiki:TracDev/ReleaseNotes/0.11. == Dependencies == === Mandatory Packages === * SetupTools - at least version 0.6c3 [CheeseShop:setuptools/ download] * Genshi [genshi:milestone:0.4 0.4] - Template Engine [http://genshi.edgewall.org/wiki/Download download] [[br]] === Optional Packages === * Pygments [http://pygments.pocoo.org/download/ 0.7.1] - Syntax Highlighter [CheeseShop:Pygments download] * [http://pytz.sourceforge.net/ pytz] - World Timezone Definitions == Upgrading from Trac [milestone:0.10] == A database change is now required, so it is no longer safe to switch from 0.11 to 0.10. The Trac macros will need to be adapted, as the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros. '''Beware:''' milestone:0.11 still says it is safe to switch between 0.10.4 and 0.11dev ---- See also: ["TracOnWindows/Python2.5"]