forked from Slicer/Slicer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add extensions manager API for downloading and installing an ext…
…ension (Slicer#7145) Allow the user to download and install an extension along with its dependencies from the extensions server. By default, it will prompt the user to confirm the installation and restart of the application after installation. When the testing mode is enabled, the function installs the extension and its dependencies without any confirmation dialogs. In this case, the application is not automatically restarted. To skip the confirmation dialogs during installation without enabling testing mode, simply call setInteractive(false) on the extensions manager model before invoking this function. To prevent the application from automatically restarting after the installation is completed, set the \a restart parameter to false. Co-authored-by: SET <set@chirvasc-60.pro>
- Loading branch information
Showing
2 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters