Installation
============

You need `Python 2.4 <http://www.python.org/>`_ or higher.

*Option 1 - easy_install*
   
   If you have `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_, install Creoleparser using easy_install::

      easy_install Creoleparser
  
   This will automatically download and install Genshi and Creoleparser to your site-packages directory.

*Option 2 - manual installation*
   
   1. download and install Genshi from that package's `site <http://genshi.edgewall.org/>`_.
   2. download Creoleparser from the `Python Package Index <http://pypi.python.org/pypi/Creoleparser>`_, unzip to a temporary folder, and run::
   
         setup.py install
   
   This will install Creoleparser to your site-packages directory.

