Open mfitzp opened 9 years ago
Some notes
pip
may not working on Windows (for non pure-Python packages)<site-packages>
folder for the Pathomx application so we can handle all this internallyjust wondering if conda packaging could provide help with this issue and #11 .
Currently all dependencies for plugins need to be shipped with Pathomx itself. This limits plugins to using packages that we provide, which shouldn't be the case. We can support custom package install via
pip
e.g.We can use this to auto-upgrade packages as plugins depend on them. Define these dependencies in the
.pathomx-plugin
definition file and auto-run the upgrade-script on startup for all activated plugins (needs to happen before any tools are dragged to the workspace or may error) and any activated after.We can run the installation code on the kernel to keep the UI free.