biomass / data /docs /installation.rst
introvoyz041's picture
Migrated from GitHub
2b677b0 verified
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 <https://biomass-core.readthedocs.io/en/latest/tutorial/nfkb.html>`_, install biomass via ``pip install biomass[graph]``.
In that case you will need to manually install `Graphviz <https://www.graphviz.org>`_ (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