A version of COMPAS that breaks compatibility with Python 2 and leverages all posibilities of Python 3.
Stable releases can be installed from PyPI.
pip install compas3
To install the latest version for development, do:
git clone https://github.com/compas-dev/compas3.git
cd compas3
pip install -e ".[dev]"
For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS 3 docs
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.