Thanks for downloading Cascadenik.

To install it, first install the Python Imaging Library and Cssutils.

Install cssutils using easy_install (or grab from http://code.google.com/p/cssutils/)
    
    % easy_install cssutils

Install PIL (python imaging library) using easy_install (or grab from http://www.pythonware.com/products/pil/)
    
    % easy_install PIL
    
Then run the following command inside this directory:

    % cd cascadenik_sources
    % python setup.py install

Or you can download and install in one step:

    $ easy_install cascadenik
    $ easy_install --upgrade cascadenik # to force upgrading

Or if you're using `pip`:

    $ pip install cascadenik