Changes between Version 17 and Version 18 of TracIniAdminPanelPlugin


Ignore:
Timestamp:
Sep 25, 2019, 8:59:12 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Revise installation instructions. Refs #13618.

Legend:

Unmodified
Added
Removed
Modified
  • TracIniAdminPanelPlugin

    v17 v18  
    7070See the [wiki:TracPlugins#Requirements Trac plugin requirements] for instructions on installing `setuptools`. `Setuptools` includes the `easy_install` application which you can use to install the TracIniAdminPanelPlugin:
    7171{{{#!sh
    72 easy_install TracIniAdminPanelPlugin
     72pip install svn+https://trac-hacks.org/svn/traciniadminpanelplugin/trunk
     73}}}
     74
     75Or the older version for 0.12:
     76{{{#!sh
     77{{{#!sh
     78pip install svn+https://trac-hacks.org/svn/traciniadminpanelplugin/0.12
    7379}}}
    7480
     
    7783svn co https://trac-hacks.org/svn/traciniadminpanelplugin
    7884}}}
    79 
    80 A link for [/svn/traciniadminpanelplugin/trunk/#egg=TracIniAdminPanelPlugin-dev setuptools to find the SVN download].
    81 
    82 A link for [/svn/traciniadminpanelplugin/0.12/#egg=TracIniAdminPanelPlugin-dev setuptools of 0.12 instances to find the SVN download].
    8385
    8486== Configuration