Getting Started
Installation
With pip, compas_ags
can be installed directly from the GitHub repo.
pip install git+https://github.com/BlockResearchGroup/compas_ags.git#egg=compas_ags
Or from local source files.
git clone https://github.com/BlockResearchGroup/compas_ags.git
cd compas_ags
pip install -e .
Note
Don’t forget the DOT at the end of pip install -e .