Installation
Stable
Stable releases of compas_assembly
are available on PyPI and can be installed with pip.
pip install compas_assembly
Several examples use the COMPAS Viewer for visualisation.
To install compas_viewer
in the same environment
pip install compas_viewer
Development
To install compas_assembly
for development, install from local source with the “dev” requirements.
git clone https://github.com/blockresearchgroup/compas_assembly.git
cd compas_assembly
pip install -e ".[dev]"