Conda Installation¤
Create Environment¤
conda create -n compas_wood_3_9_10 -c conda-forge python=3.9.10 compas
conda activate compas_wood_3_9_10
Clone and Install¤
git clone https://github.com/petrasvestartas/compas_wood.git
cd compas_wood
pip install -r requirements.txt
pip install -e .
Optional - Viewer¤
Visual Studio Code Setup¤
- Launch
VSCodeand select thecompas_wood_3_9_10Python environment usingCTRL+SHIFT+P - Open a new terminal via
Terminal -> New Terminal - Navigate to the
docs/examplesfolder and execute any.pyexample file

Prerequisites¤
If you are new to Anaconda, install these tools first: