Installation

decoupler requires Python version >= 3.8 to run.

PyPI

It can be installed from pip (lightweight installation):

pip install decoupler

To additionally install commonly-used dependencies, run: .. code-block:: console

pip install decoupler[full]

Conda

It can also be installed from conda and mamba (which includes all necessary dependencies):

mamba create -n=decoupler conda-forge::decoupler-py

Development Version

To stay up-to-date with the newest unreleased version, run:

pip install git+https://github.com/saezlab/decoupler-py