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


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

To use the ll package you need the following software package:

 1. Python 2.4;
 2. if you want to run the test suite: py.test.


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

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

    python setup.py install


This will copy the __init__.py to the directory site-packages/ll.

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).
