2. Requirements

CobraMod requires Python 3.7.4 or higher and the following packages:

  • cobra >= 0.18.1

  • requests >= 2.24.0

  • Escher >= 1.7.3

  • openpyxl >= 3.0.7

  • webcolors >= 1.11.1

3. Installation

CobraMod can easily be installed using pip.

pip install cobramod

By default, required packages will be installed when installing CobraMod. We recommend using a virtual environment.

Note

For development, install with pip the development branch using the argument -e. An environment YAML file is provided to use it with a conda environment.