I am wanting to install a .rhi file from the command line (preferably through a custom command), and be able to update the files within the .rhi directory as new updates come out. What is the best method to do this?
When I copy this text into the command line, it doesn’t work (see the ^link). When I run a Python script using the rhinoscriptsyntax rs.command(“string”) function, it doesn’t work either.
I would use the package manager, but the work isn’t ready to be made public. I’ll give that script a go. Is there an opportunity to deliver updates to the plugin via this method? If I want to add new functionality/methods, can this be done by overwriting versions of the installer/package?