Install

Compose is available for Python 3.7, 3.8, and 3.9. It can be installed from pip, conda, or from source.

pip

To install from PyPI, run this command:

pip install composeml

Add-ons

Update checker

Receive automatic notifications of new Compose releases

python -m pip install "composeml[update_checker]"

conda

To install from Conda-forge, run this command:

conda install -c conda-forge composeml