Hi all,
I’m currently developing a custom application using Slicer. At the moment, I’m installing the necessary Python libraries via pip
(using slicer.util.pip_install('library')
).
However, I’m looking for a way to include these Python libraries in the custom application package for offline use. Does anyone have suggestions or methods to package these libraries for offline integration?
Any advice would be greatly appreciated!