Do you know what is the recommended method for installing Python modules from within the Rhino or Gh environment?
A few things I tried:
I wanted to access a python terminal and just type pip isntall but I can’t find a editable python terminal from Rhino or Grasshopper enviroment. I can only read from terminal, but I can’t input anything.
I thought I would use a subprocess call, but it didn’t work to well…
It opened a new Rhino process with the following error message.