Changes between Version 35 and Version 36 of TicketModifiedFilesPlugin


Ignore:
Timestamp:
Feb 3, 2016, 6:15:23 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Use generic installation instructions.

Legend:

Unmodified
Added
Removed
Modified
  • TicketModifiedFilesPlugin

    v35 v36  
    2727=== Easy way
    2828
    29 If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    30 {{{#!sh
    31 easy_install http://trac-hacks.org/svn/ticketmodifiedfilesplugin
    32 }}}
    33 
    34 === Alternative
    35 
    36  1. Download `TicketModifiedFiles` as a [export:ticketmodifiedfilesplugin zip file] or grab [/svn/ticketmodifiedfilesplugin the source] from SVN.
    37  1. [TracPlugins Build and install an egg] from this source.
    38 
    39 '''Note''': Requires Genshi >= 0.5. If you have an earlier version, the latest development version should be installed automatically. If not, please [http://genshi.edgewall.org/wiki/Download install the latest version of Genshi].
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4030
    4131=== Enabling the plugin