- Minimum OS: Windows 10 Pro or Mac OS Sierra 10.12
- Anaconda 3
- Rhino 6/7
- Visual Studio Code: Any python editor works, but we recommend VSCode + extensions
- Docker Desktop After installation on Windows, it is required to enable "Virtualization" on the BIOS of the computer.
If you need help with the installation process, please post a note on the workshop Slack channel: Join Slack
NOTE: If you're on Windows, all commands below have to be executed in the Anaconda Prompt (NOT the Command Prompt)
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/mcneel22.yml
(base) conda activate mcneel22
(mcneel22) python -m compas_rhino.install -v 7.0
Clone the repository:
(mcneel22) cd Documents
(mcneel22) git clone https://github.com/compas-Workshops/mcneel22.git
(mcneel22) python -m compas
Yay! COMPAS is installed correctly!
COMPAS: 1.17.0
Python: 3.9.13 (CPython)
Extensions: ['compas-cgal', 'compas-gmsh', 'compas-rrc', 'compas-fab', 'compas-occ', 'compas-view2']
To update your environment:
(mcneel22) conda env update -f https://dfab.link/mcneel22.yml