Edgewall Software

Changes between Version 251 and Version 252 of TracInstall


Ignore:
Timestamp:
Jul 16, 2008, 11:56:53 PM (16 years ago)
Author:
Michael G.
Comment:

changed example install to 0.11 instead of 0.11rc2, after accidentally installing the old release candidate by rote.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v251 v252  
    8888One way to install Trac is using `setuptools`.
    8989With setuptools you can install Trac from the subversion repository; for example,
    90 to install release version 0.11rc2 do:
     90to install release version 0.11 do:
    9191{{{
    92 easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11rc2
     92easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11
    9393}}}
    9494