Edgewall Software

Changes between Version 43 and Version 44 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Oct 22, 2021, 9:06:57 PM (3 years ago)
Author:
figaro
Comment:

Genshi no longer recommended as development environment

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v43 v44  
    9898You should get the Trac source code from one of the TracRepositories. For example, to checkout from Subversion using the command-line:
    9999{{{#!sh
    100 $ svn co https://svn.edgewall.org/repos/genshi/trunk genshi-trunk
    101100$ svn co https://svn.edgewall.org/repos/trac/trunk/ trac-trunk
    102101}}}
     
    104103Install the packages in development mode:
    105104{{{#!sh
    106 $ pip install -e genshi-trunk
    107105$ pip install -e trac-trunk
    108106}}}