Changes between Version 14 and Version 15 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
Nov 29, 2019, 8:26:34 AM (4 years ago)
Author:
Jun Omae
Comment:

Fix inconsistences

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v14 v15  
    3838    * Debian, Ubuntu: `apt-get install graphviz`
    3939    * RHEL, CentOS, Fedora: `yum install graphviz`
    40  1. Using easy_install:
     40 1. Using pip or easy_install:
    4141 {{{#!sh
    42 pip install svn+https://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    43 }}}
     42pip install 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
     43 }}}
     44 or
     45 {{{#!sh
     46easy_install -Z 'https://trac-hacks.org/browser/tracworkflowadminplugin/0.12/?rev=latest&format=zip'
     47 }}}
    4448 1. If you use Python 2.4 or 2.5, requires [pypi:simplejson]:
    4549 {{{#!sh