--- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html Thu Apr 19 19:28:02 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.Pip.html Thu Apr 19 19:30:53 2018 +0200 @@ -414,18 +414,23 @@ The selected pip executable is called with the given arguments and waited for its end. </p><dl> -<dt><i>args</i></dt> +<dt><i>args</i> (list of str)</dt> <dd> -list of command line arguments (list of string) -</dd><dt><i>cmd</i></dt> +list of command line arguments +</dd><dt><i>cmd</i> (str)</dt> <dd> -pip command to be used (string) +pip executable to be used </dd> </dl><dl> <dt>Returns:</dt> <dd> tuple containing a flag indicating success and the output - of the process (string) + of the process +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) </dd> </dl><a NAME="Pip.uninstallPackages" ID="Pip.uninstallPackages"></a> <h4>Pip.uninstallPackages</h4>