Getting Started

Installation

compas_cgal can be installed via conda-forge.

conda create -n cgal -c conda-forge compas compas_cgal --yes
conda activate cgal

Optional requirements

Several examples use COMPAS View2 for visualisation outside of CAD environments. To install compas_view2 in the same environment

conda install compas_view2 --yes

Or everything in one go

conda create -n cgal -c conda-forge compas compas_cgal compas_view2 --yes