Hi everybody,
I have a rather simple extension module that was based on the Extension Wizard. So it’s pure python, nothing that need to be compiled. However, it seems that in order to package the extension into the .zip file that can then be installed “from file” through the extension manager, on needs to “compile” it using Visual Studio anyway? At least that’s how I understood this thread.
I would prefer not to install Visual Studio and figure out how to compile the Slicer source in the first place if there is an easier way.
Maybe there’s documentation what needs to go into that zip file for the extension manager to install it correctly? So I could simply create that zip file manually?
Thank you
Stephan