- Minimum OS: Windows 10 Pro or Mac OS Sierra 10.12
- Miniconda(recommended) or mamba or Anaconda 3
- git: macOS comes with git pre-installed.
- Visual Studio Code: Any python editor works, but we recommend VS Code + extensions.
Though Rhino is optional, we have a license for students.
When prompted, use zoo
as the authentication method and zoo.rccn.dev
as the server.
It currently covers Rhino 6 and 8, and is available for Windows and Mac.
The license server is accessible only from the computer lab's wifi, and Workspace Raccoon.
We use conda
to make sure we have clean, isolated environment for dependencies.
(base) conda create -n DCCG python
(base) conda activate DCCG
(DCCG)