Changes between Version 2 and Version 3 of TicketStencilPlugin


Ignore:
Timestamp:
Dec 14, 2017, 3:17:01 AM (6 years ago)
Author:
Jun Omae
Comment:

Add installation steps

Legend:

Unmodified
Added
Removed
Modified
  • TicketStencilPlugin

    v2 v3  
    3131== Installation
    3232
    33 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     33 1. Install from source:
     34    {{{#!shell
     35$ easy_install https://trac-hacks.org/svn/ticketstencilplugin/1.0
     36    }}}
     37    or
     38    {{{#!shell
     39$ pip install svn+https://trac-hacks.org/svn/ticketstencilplugin/1.0
     40    }}}
     41 2. Enable the plugin in your `trac.ini` file:
     42    {{{#!ini
     43[components]
     44tracticketstencil.* = enabled
     45    }}}
     46
     47See also: [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3448
    3549== Recent Changes