Skip to content

Installation

github-actions[bot] edited this page Jul 13, 2026 · 1 revision

Pre-requisites

You need Python >=3.10 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