Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 659 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 659 Bytes

TU Delft 21 - COMPAS intro

Update earthy environment

conda activate earthy
conda install compas compas_cgal compas_view2 --yes

Install for Rhino

python -m compas_rhino.install -v 7.0

Install for Blender

For Blender 2.83 LTS you need an environment with Python 3.7 For Blender 2.93 LTS you need an environment with Python 3.9 If the earthy environment is not one of those, consider making a new environment.

python -m compas_blender.install /Applications/Blender.app/Contents/Resources/2.83

For more info aboout Blender, see the COMPAS docs https://compas.dev/compas/dev/gettingstarted/blender.html