This repository provides datastructures, tools and methods for assembly information modeling.
- COMPAS
(via your Anaconda Terminal)
(base) conda config --add channels conda-forge
(base) conda create -n your_env_name python=3.8 compas=0.16.5 --yes
(your_env_name) python
>>> import compas
>>> compas.__version__
'0.15.6'
>>> exit()
(your_env_name) python -m compas_rhino.install
NOTE: This installs to Rhino 6.0, use -v 5.0
if needed.
Make sure you setup your local development environment correctly:
- Clone the assembly_information_model repository.
- Install development dependencies and make the project accessible from Rhino (change to repository directory in the Anaconda prompt):
pip install -r requirements-dev.txt
invoke add-to-rhino
pip install your_filepath_to_assembly_information_model
(your_env_name) pip install -e your_filepath_to_assembly_information_model
This package was created by Kathrin Doerfler @kathrindoerfler at @augmentedfabricationlab. This package is based on compas_assembly by @BlockResearchGroup