Skip to content

Installation

github-actions[bot] edited this page Jun 11, 2024 · 3 revisions

Pre-requisites

You need Python >=3.8 on your machine to install csp.

Install with pip

pip install csp

Install with conda

conda install csp --channel conda-forge

Source installation

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

Clone this wiki locally