Edgewall Software

Changes between Version 299 and Version 300 of TracInstall


Ignore:
Timestamp:
Apr 14, 2010, 12:34:40 PM (14 years ago)
Author:
Christian Boos
Comment:

#InstallingTrac need to easy_install Genshi==dev first

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v299 v300  
    124124to install release version 0.12dev do:
    125125{{{
    126 easy_install http://svn.edgewall.org/repos/trac/trunk
    127 }}}
    128 
    129 But of course the python-typical setup at the top of the source directory also works:
    130 {{{
     126easy_install Trac==dev
     127}}}
     128
     129Note that as long as [Genshi:milestone:0.6 Genshi 0.6] is not released, you'll need to do:
     130{{{
     131easy_install Genshi==dev
     132}}}
     133before, otherwise you'll get the following error:
     134{{{
     135No local packages or download links found for Genshi>=0.6dev-r1072
     136error: Could not find suitable distribution for Requirement.parse('Genshi>=0.6dev-r1072')
     137}}}
     138
     139
     140Of course, using the python-typical setup at the top of the source directory also works:
     141{{{
     142$ svn checkout http://svn.edgewall.org/repos/trac/trunk
     143$ cd trunk
     144
    131145$ python ./setup.py install
    132146}}}
     
    134148
    135149''Note 1: you'll need root permissions or equivalent for this step.'' [[br]]
    136 ''Note 2: installing from source is the preferred method if you want to have a localized version of Trac'' [[br]]
     150''Note 2: installing from source is the preferred method if you want to have a localized version of Trac'' ** FIXME ** [[br]]
    137151
    138152This will byte-compile the python source code and install it as an .egg file or folder in the `site-packages` directory