Skip to content

Installation

Requirements

  • Python >= 3.10

Basic

pip install omnipath-metabo

With web service

pip install "omnipath-metabo[server]"

Install from source

pip install git+https://github.com/saezlab/omnipath-metabo.git

Or for development:

git clone https://github.com/saezlab/omnipath-metabo.git
cd omnipath-metabo
pip install -e ".[dev,tests]"