Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.09 KB

readme.md

File metadata and controls

34 lines (23 loc) · 1.09 KB

Spatial Computing Workshops

This repository contains python notebooks for Spatial Computing Design Studio Workshops. These notebooks are derivations from sample workflows of topoGenesis, that have been simplified and altered for educational purposes. You can see the course previous projects here:

Setting the environment

1. Download/Clone the repository

2. Create the environment

conda env create -f environment.yml

3. Download/Clone topoGenesis

4. Redirect to local directory of topoGenesis

5. Activate the workshop environment

conda activate spatial_computing_workshops

6. Localy install topoGenesis

python -m pip install -e .

👍

Credits

Unless otherwise specified in each file, the repository is licensed under MIT.