view INSTALL.txt @ 533:4d486f15c986 trunk

Thanks to Dave Abrahams for pointing out some deficiencies in the transformer filter: - `apply()` has been renamed to `map()`. - `filter()` applies a normal stream filter to the selection. - To reduce confusion with normal stream filter pipelines the `__or__` operator, which previously applied a custom transform, has been renamed to `apply()`. Also added a `substitute()` transformation that applies regex replacement to `TEXT` events.
author athomas
date Fri, 22 Jun 2007 16:42:38 +0000
parents 84168828b074
children
line wrap: on
line source
Installing Genshi
=================

Prerequisites
-------------

 * Python 2.3 or later (2.4 or later is recommended)
 * Optional: setuptools 0.6a2 or later


Installation
------------

Once you've downloaded and unpacked a Genshi source release, enter the
directory where the archive was unpacked, and run:

  $ python setup.py install

Note that you may need administrator/root privileges for this step, as
this command will by default attempt to install Genshi to the Python
site-packages directory on your system.

For advanced options, please refer to the easy_install and/or the distutils
documentation:

  http://peak.telecommunity.com/DevCenter/EasyInstall
  http://docs.python.org/inst/inst.html


Support
-------

If you encounter any problems with Genshi, please don't hesitate to ask
questions on the Genshi mailing list or IRC channel:

  http://genshi.edgewall.org/wiki/MailingList
  http://genshi.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software