You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to include/bundle python packages in a Slicer Custom App so that they don't need to be downloaded at run time (which is the suggested solution in the links above)?
Here you can see the pip install command referencing a requirements.txt file that is contained inside a slicer extension, but you could for example make it point to a file that is in your custom app repo
Related pull requests and issues:
The text was updated successfully, but these errors were encountered: