Grasshopper Plugin running Python

@pegiachini

  1. Yes. See this updated post. Make sure that you specify the package requriements for scripts in the script (e.g. # requirements: numpy). Otherwise if these packages are not installed on target machines the script will fail, and the scripting infrastructure would not know what package to install.

  2. Sure. But that’s exactly what the script editor does. It also generates a Visual Studio solution of the plugins so you can fully customize it if need be. See Project Solution

  3. Nope. Write and test the scripts. Specify their requirements in-script. Pack and publish. :smiley:

1 Like