--- a/Preferences/ConfigurationDialog.py Sat Feb 16 10:27:50 2019 +0100 +++ b/Preferences/ConfigurationDialog.py Sat Mar 02 11:15:24 2019 +0100 @@ -142,6 +142,9 @@ "applicationPage": [self.tr("Application"), "preferences-application.png", "ApplicationPage", None, None], + "condaPage": + [self.tr("Conda"), "miniconda.png", + "CondaPage", None, None], "cooperationPage": [self.tr("Cooperation"), "preferences-cooperation.png", "CooperationPage", None, None], @@ -179,6 +182,9 @@ [self.tr("Notifications"), "preferences-notifications.png", "NotificationsPage", None, None], + "pipPage": + [self.tr("Python Package Management"), "pypi.png", + "PipPage", None, None], "pluginManagerPage": [self.tr("Plugin Manager"), "preferences-pluginmanager.png",