- Minimum OS: Windows 10 Pro or Mac OS Sierra 10.12
- Anaconda 3
- Rhino 6/7 & Grasshopper
Optional:
- Docker Desktop After installation on Windows, it is required to enable "Virtualization" on the BIOS of the computer.
- Visual Studio Code: Any python editor works, but we recommend VS Code + extensions as mentioned in our docs
We use conda
to make sure we have clean, isolated environment for dependencies.
First time using conda
?
Make sure you run this at least once:
(base) conda config --add channels conda-forge
(base) conda env create -f https://dfab.link/supsi22.yml
(base) conda activate fab22
(fab22) python -m compas_rhino.install -v 7.0
Download the zip file from Github.
Or optionally, clone the repository instead:
(fab22) cd Documents
(fab22) git clone https://github.com/gramaziokohler/workshop_supsi_2022.git
(fab22) python -m compas
Yay! COMPAS is installed correctly!
COMPAS: 1.16.0
Python: 3.8.13 (CPython)
Extensions: ['compas-fab', 'compas-cgal', 'compas-rrc']
To update your environment:
(fab22) conda env update -f https://dfab.link/supsi22.yml