A "meta package" to install the COMPAS framework packages.
For installation without compas_occ
.
pip install compas_framework
For installation with compas_occ
.
conda create -n compas-dev -c conda-forge compas_occ
conda activate compas-dev
pip install compas_framework
For more information, check out the online documentation here: COMPAS Framework docs
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.