Hello,

I have been developing a plugin in bits and pieces for a while. I am now hoping to build a bundle (or whatever) to make installation pretty seamless. My program is a bit unconventional so I have a few questions on how to proceed.

My plugin templating copies one of the examples (maybe the Tool example).

My plugin uses a couple of python packages/modules:
It also will have some shell scripts I want to include and also a java program.

So far we have been getting by installing things like this:
Right now, I am trying to learn what is the best approach to bundle this all together and have a simple installation process. Can someone advise a bit? Thanks.