ImaGen is a generic Python library for 0D, 1D, and 2D pattern
distributions.

Please see http://ioam.github.com/imagen/ for documentation and
examples.


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

ImaGen requires NumPy (http://numpy.scipy.org/) and Param
(http://ioam.github.com/param/).

Official releases of ImaGen are available at
http://pypi.python.org/pypi/imagen, and can be installed along with
dependencies via ``pip install imagen`` or ``easy_install imagen``.

Alternatively, after seperately installing the dependencies, ImaGen
can be installed via ``python setup.py install``.
