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_view2
in the same environment
conda activate cgal
conda install compas_view2
Or everything in one go
conda create -n cgal -c conda-forge compas_cgal compas_view2
Dev Install
See Development Guide.