The COMPAS framework packages
Stable releases can be installed from PyPI.
pip install compas_framework
To install the latest version for development, do:
git clone https://github.com/compas-dev/compas_framework.git
cd compas_framework
pip install -e ".[dev]"
To install with support for Jupyter notebooks, do:
git clone https://github.com/compas-dev/compas_framework.git
cd compas_framework
pip install -e ".[notebook]"
For further "getting started" instructions, a tutorial, examples, and an API reference, please 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.