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

If you have Sphinx installed, you can build the documentation locally with:

$ cd doc; make html
