Changes between Version 8 and Version 9 of ValuePropagationPlugin


Ignore:
Timestamp:
Jan 20, 2017, 6:05:30 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Revise install instructions.

Legend:

Unmodified
Added
Removed
Modified
  • ValuePropagationPlugin

    v8 v9  
    7676== Installation
    7777
    78  1. [#Download Download] the source and run:
    79 {{{#!sh
    80 python setup.py bdist_egg
    81 }}}
     78General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    8279
    83  2. Install it in one of the following ways:
    84  {{{#!sh
    85 cp dist/*.egg path/to/trac/env/plugins
    86 }}}
    87  or:
    88  {{{#!sh
    89 easy_install dist/*.egg
    90 }}}
    91 
    92  3. Enable the plugin in your `trac.ini` file:
     80Enable the plugin in your `trac.ini` file:
    9381{{{#!ini
    9482[components]
     
    9684}}}
    9785
    98 == Example
     86== Configuration
    9987
    10088{{{#!ini