Stable releases are available on PyPI and can be installed with pip.
pip install compas_dr
The latest version can be installed from local source.
git clone https://github.com/blockresearchgroup/compas_dr.git
cd compas_dr
pip install -e .
To install compas_dr for development, install from local source with the "dev" requirements.
git clone https://github.com/blockresearchgroup/compas_dr.git
cd compas_dr
pip install -e ".[dev]"