Installation

BioMASS supports Python 3.8 or newer.

PyPI

Install BioMASS from PyPI using:

pip install biomass

Note

If you wish to use graph visualization functions, install biomass via pip install biomass[graph]. In that case you will need to manually install Graphviz (version 2.42 or later).

Development version

If you want the latest development version, install from GitHub using:

pip install git+https://github.com/biomass-dev/biomass