ParamTk is an optional Tkinter interface to Param, allowing easy
construction of GUIs from existing code.

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


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

ParamTk depends on Tkinter (usually included as standard with Python),
PIL with its Tk interface (http://www.pythonware.com/products/pil/),
and Param (http://ioam.github.com/param/).

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

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