Skip to content

Installation

Tim Paine edited this page Nov 6, 2024 · 1 revision

Pre-requisites

ccflow can be installed via pip or conda, the two primary package managers for the Python ecosystem.

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.