
#############################
Requirements and installation
#############################


============
Requirements
============

To use ll.url you need the following software packages:

 1. Python 2.4;
 2. ll-core;
 3. If you want to install from source, a C compiler supported by
    distutils.


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

distutils is used for installation, so it's rather simple. Execute the
following command:

    python setup.py install

This will compile the C sources and copy the required files to the
site-packages directory as part of the ll package. distutils might
complain about a missing __init__.py, but you can ignore this: The
package init file is provided by ll-core.

For Windows a binary distribution is provided. To install it, double
click it and follow the instructions.

If you have difficulties installing this software, send a problem
report to Walter Drwald (walter@livinglogic.de).
