Development Guide
Environment
To set up a local development environment, start by cloning the compas_model
repo.
git clone https://github.com/BRG-research/compas_model
Build
To manually build the extension modules,
for example after making changes to one of the extension modules or adding a new one,
simply run the setup.py
file trough a local source install.
pip install -e .