Changes between Version 33 and Version 34 of TracTicketChangelogPlugin


Ignore:
Timestamp:
Oct 4, 2017, 8:16:03 PM (7 years ago)
Author:
figaro
Comment:

Typo

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChangelogPlugin

    v33 v34  
    5858
    5959 1. Uninstall TracTicketChangelogPlugin if you have installed it before.
    60  1. Change to the directory containning setup.py.
     60 1. Change to the directory containing setup.py.
    6161  * (Optional): If you have Babel installed and would like to have translations available:
    6262{{{#!sh
     
    6464}}}
    6565 1. If you want to install this plugin globally, you need to install this plugin to the Python path:
    66   * python setup.py install
     66{{{#!sh
     67python setup.py install
     68}}}
    6769 1. If you want to install this plugin to the Trac instance only:
    68   * python setup.py bdist_egg
    69   * copy the generated egg file to the Trac instance's plugin directory:
     70{{{#!sh
     71python setup.py bdist_egg
     72}}}
     73  Then copy the generated egg file to the Trac instance's plugins directory:
    7074  {{{#!sh
    7175cp dist/*.egg /srv/trac/env/plugins