Changes between Version 28 and Version 29 of ClientsPlugin


Ignore:
Timestamp:
Jun 21, 2018, 5:02:51 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

The lxml package is now installed implicitly.

Legend:

Unmodified
Added
Removed
Modified
  • ClientsPlugin

    v28 v29  
    7979== Installation
    8080
    81 This plugin requires the [http://lxml.de/ LXML library], a Python library for processing XML and HTML.
    82 
    83 On Fedora perform the following commands to install the LXML Library:
    84 {{{#!sh
    85 yum install libxml2 libxml2-devel libxslt libxslt-devel
    86 }}}
    87 
    88 or:
    89 {{{#!sh
    90 easy_install lxml
    91 }}}
    92 
    93 Install the plugin, then go through the usual Trac update process to automatically create the necessary database tables and fields.
     81General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    9482
    9583== Recent Changes