Binding for LMGC90.
Prerequisites: Anaconda
conda create -n lmgc90 -c conda-forge python=3.10
conda activate lmgc90
git clone https://github.com/BlockResearchGroup/compas_lmgc90.git
cd compas_lmgc90
pip install -e ".[dev]"
For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: compas_lmgc90 docs
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.