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