This package may be installed to the Python path using setuptools. For a stable
installation (compiling and copying to code to the python path):
# python setup.py install

If you wish to install in development mode (soft linking the repository into
the python path):
# python setup.py develop

For introductory documentation see
http://bitbucket.org/jgiorgi/frankencircuits/wiki. Full documentation is
provided using docstrings in each individual module.
