Installation ============ BioMASS supports Python 3.10 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