Rhino/GH

To be able to use COMPAS in Rhino, it needs to be installed.

conda activate ita21
python -m compas_rhino.install

This will install the default packages from the environment ita21. Once the process is complete, you have to restart Rhino before the changes will have an effect.

Note that once the packages are installed, they will be always be available in Rhino. There is no need to have the Terminal or Anaconda Prompt running while you use Rhino.

As a consequence, starting a new Terminal or Anaconda Prompt and simply activating a different environment will also not have an effect on the available COMPAS packages in Rhino.

If you want to start using COMPAS packages from a different environment in Rhino you have to run the installation command again. And of course restart Rhino once the installation process is complete!

Last updated