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