--- a/eric6/Documentation/Source/eric6.PluginManager.PluginManager.html Wed May 05 19:59:47 2021 +0200 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginManager.html Thu May 06 19:45:45 2021 +0200 @@ -266,6 +266,10 @@ <td>Public method to load a plugin module.</td> </tr> <tr> +<td><a href="#PluginManager.pipInstall">pipInstall</a></td> +<td>Public method to install the given package via pip.</td> +</tr> +<tr> <td><a href="#PluginManager.preferencesChanged">preferencesChanged</a></td> <td>Public slot to react to changes in configuration.</td> </tr> @@ -1092,7 +1096,7 @@ </dl> <a NAME="PluginManager.loadPlugin" ID="PluginManager.loadPlugin"></a> <h4>PluginManager.loadPlugin</h4> -<b>loadPlugin</b>(<i>name, directory, reload_=False</i>) +<b>loadPlugin</b>(<i>name, directory, reload_=False, install=False</i>) <p> Public method to load a plugin module. @@ -1105,17 +1109,22 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the module to be loaded (string) +name of the module to be loaded </dd> -<dt><i>directory</i></dt> +<dt><i>directory</i> (str)</dt> <dd> -name of the plugin directory (string) +name of the plugin directory </dd> -<dt><i>reload_</i></dt> +<dt><i>reload_</i> (bool)</dt> <dd> -flag indicating to reload the module (boolean) +flag indicating to reload the module +</dd> +<dt><i>install</i> (bool)</dt> +<dd> +flag indicating a load operation as part of an + installation process </dd> </dl> <dl> @@ -1126,6 +1135,20 @@ the plug-in </dd> </dl> +<a NAME="PluginManager.pipInstall" ID="PluginManager.pipInstall"></a> +<h4>PluginManager.pipInstall</h4> +<b>pipInstall</b>(<i>packages</i>) + +<p> + Public method to install the given package via pip. +</p> +<dl> + +<dt><i>packages</i> (list of str)</dt> +<dd> +list of packages to install +</dd> +</dl> <a NAME="PluginManager.preferencesChanged" ID="PluginManager.preferencesChanged"></a> <h4>PluginManager.preferencesChanged</h4> <b>preferencesChanged</b>(<i></i>)