Programatically install extensions

Hello everyone,

I am really new to slicer (just a couple of weeks) and a novice programmer. My difficulty is to understand whether it is possible to load the slicer extensions without setting the additional module path manually / via any script. I would prefer to use simple python style (preferably pip) to install an extension. Alternatively, can setting a path in the SlicerLauncerSettings.ini for Python path work? I tried that approach however, I don’t get see the extension in the catalog. Any help in this regard would be highly appreciated! Thank you :slight_smile:

You may want to look at this approach

1 Like