Skip to content

Installation

github-actions[bot] edited this page Aug 1, 2025 · 3 revisions

Pre-requisites

You need Python >=3.9 on your machine to install ccflow.

Install with pip

pip install ccflow

Install with conda

conda install ccflow --channel conda-forge

Source installation

For other platforms and for development installations, build ccflow from source.

Clone this wiki locally