--- a/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py Sun May 20 14:17:45 2018 +0200 +++ b/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py Mon May 21 16:53:11 2018 +0200 @@ -26,6 +26,7 @@ from . import DefaultIndexUrlXml +# TODO: add support for --user; additional button class PipSearchDialog(QDialog, Ui_PipSearchDialog): """ Class implementing a dialog to search PyPI. @@ -320,6 +321,7 @@ return score + # TODO: add support for --user def __install(self): """ Private slot to install the selected packages.