Installation
Stable
Stable releases of compas_cgal
can be installed via conda-forge
.
conda create -n cgal -c conda-forge compas_cgal
Several examples use the COMPAS Viewer for visualisation.
To install compas_viewer
in the same environment
conda activate cgal
pip install compas_viewer
Dev Install
See Development Guide.