-
Notifications
You must be signed in to change notification settings - Fork 26
Installation Guide
Ania A edited this page Jan 25, 2023
·
9 revisions
-
Download the repo and unpack.
-
Using conda, create a new virtual environment and install compas (replace
<myenvname>
with your desired name):conda create -n <myenvname> -c conda-forge compas
-
Activate the new environment:
conda activate <myenvname>
-
Navigate to the compas_timber folder:
cd ..\path-to-folder
-
Install development dependencies:
pip install -r requirements-dev.txt
-
Install compas_timber:
pip install -e .
-
Build ghuser components for Grasshopper:
invoke build-ghuser-components
-
Install compas and other compas packages, including compas_timber for Rhino and Grasshopper:
python -m compas_rhino.install
orpython -m compas_rhino.install -v 7.0
if you need to specify Rhino (for example 7.0) version