Changes between Version 18 and Version 19 of TracBacklogPlugin


Ignore:
Timestamp:
Nov 25, 2019, 7:18:23 PM (4 years ago)
Author:
Theodor Norup
Comment:

+ Pypi-based installation

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v18 v19  
    2727The plugin is maintained on [github:trac-hacks/trac-backlog GitHub].
    2828
    29 [pypi:TracBacklog PyPi] contains the author's older, unmaintained version.
    30 
    3129== Installation
    3230
    3331This plugin requires [pypi:simplejson] v2.0 or better.
    3432
    35 To install with easy_install, execute the following:
     33The plugin is published on [https://pypi.org/project/TracBacklog/0.5.1.dev1/ PyPi], so you may install with `pip`:
    3634
    3735{{{#!sh
    38 easy_install -U TracBacklog
     36pip install TracBacklog==0.5.1.dev1
    3937}}}
    4038
     
    4442[components]
    4543backlog.* = enabled
     44}}}
     45
     46Or: To use the usual source-based installation, change directory into the downloaded source where `setup.py` is located:
     47
     48{{{
     49python setup.py install
    4650}}}
    4751