Installation

Stable

Install with conda

In an new environment:

conda create -n <myenvname> compas_timber --yes
conda activate <myenvname>

Install to Rhino 7.0

python -m compas_rhino.install -v7.0

Development

To get the latest development version, fork the repository and clone the fork

git clone https://github.com/<yourgithub_username>/compas_timber.git
cd compas_timber

Create a new environment if necessary

conda create -n <myenvname> python=3.10
conda activate <myenvname>

Install the package in editable mode with its development dependencies

pip install -r requirements-dev.txt

Compile the Grasshopper components

invoke build-ghuser-components
python -m compas_rhino.install -v7.0