Skip to content

Pip Installation¤

If you already have a working Python environment:

pip install compas_wood

Note

Compatible with Python version 3.9.10 and above.

Verify Installation¤

import compas_wood
print(compas_wood.__version__)