Changes between Version 63 and Version 64 of GraphvizPlugin


Ignore:
Timestamp:
Feb 15, 2023, 6:02:30 PM (15 months ago)
Author:
figaro
Comment:

Cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • GraphvizPlugin

    v63 v64  
    7070== Installation
    7171
    72  1. A prerequisite for installation are the programs from http://www.graphviz.org.
    73  1. Install
     72 1. A prerequisite for installation are the programs from http://www.graphviz.org, which do not come with this plugin.
     73 1. Install in one of the following ways:
    7474   * By hand:
    7575     1. See [source:graphvizplugin/trunk/README.rst] for details on installing the plugin for Trac 1.3 and up
    7676     1. See [source:graphvizplugin/branches/1.2/README.txt] for details on installing the plugin for Trac 1.0 and up
    7777     1. See [source:graphvizplugin/tags/0.11-0.7.5/README.txt] for details on installing the plugin on Trac 0.11 '''and''' Trac 0.12.
    78    * Using pip install (for Trac 1.3+)
     78   * Using pip install for Trac 1.3+:
    7979 {{{#!sh
    8080[sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/trunk
    8181}}}
    82    * Using pip install (for Trac 1.0 and 1.2):
     82   * Using pip install for Trac 1.0 and 1.2:
    8383 {{{#!sh
    8484[sudo] pip install svn+https://trac-hacks.org/svn/graphvizplugin/branches/1.2
    8585}}}
    86    * Using easy_install (for Trac 0.11 and 0.12):
     86   * Using easy_install for Trac 0.11 and 0.12:
    8787 {{{#!sh
    8888[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
    8989}}}
    90     * Note: `sudo` is optional and in case you already have authorization to modify your server.
    91  1. Restart your web server (this example command line for Apache on Ubuntu):
     90   * '''Note''': `sudo` is optional and in case you already have authorization to modify your server.
     91 1. Restart your web server, for example this Apache command on Ubuntu:
    9292 {{{#!sh
    9393[sudo] /etc/init.d/apache2 restart
     
    104104 1. Configure your environment by modifying your `trac.ini` file.
    105105
    106 You may also need to install the python-pygraphviz package.
     106You may also need to install the [pypi:python-pygraphviz] package.
    107107
    108108== Recent Changes