Installation

COMPAS can be easily installed on multiple platforms, using popular package managers such as conda or pip.

Install with pip

Install COMPAS using pip from the Python Package Index.

pip install compas

Install an editable version from local source.

cd path/to/compas
pip install -e .

Update with conda

Update COMPAS to the latest version with conda.

conda update compas

Install a specific version.

conda install compas=1.17.9

Update with pip

Update COMPAS to the latest version with pip.

pip install --upgrade compas

Install a specific version.

pip install compas==1.17.9