Installation

You can install Campo on Windows, macOS or Linux. Supported Python versions are 3.6 or higher.

Installing Python

We suggest to install Miniconda, a Python package and environment management system. An alternative distribution is Anaconda provided by Continuum Analytics. The user guide and short reference on the conda pacakge manager can be found here.

Installing Campo using Conda

You can install Campo in an existing environment with

conda install -c conda-forge campo

You can test your installation afterwards by printing the Campo version number

python -c "import campo; print(campo.__version__)"