Skip to content

Installation Guide

Ania A edited this page Nov 30, 2022 · 9 revisions

compas_timber

Installation

  1. Download the repo and unpack.

  2. Using conda, create a new virtual environment and install compas (replace <myenvname> with your desired name):

    conda create -n <myenvname> -c conda-forge compas

  3. Activate the new environment:

    conda activate <myenvname>

  4. Navigate to the compas_timbercd folder:

    cd ..\path-to-folder

  5. Install development dependencies:

    pip install -r requirements-dev.txt

  6. Install compas_timber (replace <path-to-folder> with the location of the unpacked repo folder):

    pip install -e <path-to-folder>

Rhino & Grasshopper

  1. Build ghuser components for Grasshopper:

    invoke build-ghuser-components

  2. Install compas and other compas packages, including compas_timber for Rhino and Grasshopper:

    python -m compas_rhino.install

Clone this wiki locally