| 107 | | python egg, some configuration is needed before it can be used. |
|---|
| 108 | | |
|---|
| 109 | | A new section called graphviz should be added to the conf/trac.ini |
|---|
| | 107 | python egg, some changes to the conf/trac.ini file must be done before it can |
|---|
| | 108 | be used. |
|---|
| | 109 | |
|---|
| | 110 | As for any plugin, if you did a global installation (as opposed to simply |
|---|
| | 111 | dropping the .egg in the plugins folder of your Trac environment), |
|---|
| | 112 | you first need to enable it:: |
|---|
| | 113 | |
|---|
| | 114 | [components] |
|---|
| | 115 | graphviz.* = enabled |
|---|
| | 116 | |
|---|
| | 117 | A new section called ``[graphviz]`` should be added to the trac.ini |
|---|