INSTALL
=======

More details can be found at http://biom-format.org

To build, simply run:

$ python setup.py build

To install into your home directory:

$ python setup.py install --prefix=$HOME

To install system-wide:

$ python setup.py install

Assuming the biom module was installed into a directory that is already visible
from your PYTHONPATH, you can build the documentation locally with:

$ python setup.py build_sphinx
