diff -r 0090cfa83159 -r 560547c2b6ec eric6/Documentation/Source/install.html --- a/eric6/Documentation/Source/install.html Tue Apr 27 17:25:06 2021 +0200 +++ b/eric6/Documentation/Source/install.html Tue Apr 27 17:25:30 2021 +0200 @@ -648,7 +648,7 @@ <hr /> <a NAME="pipInstall" ID="pipInstall"></a> <h2>pipInstall</h2> -<b>pipInstall</b>(<i>packageName, message</i>) +<b>pipInstall</b>(<i>packageName, message, force=True</i>) <p> Install the given package via pip. @@ -663,6 +663,11 @@ <dd> message to be shown to the user </dd> +<dt><i>force</i> (bool)</dt> +<dd> +flag indicating to perform the installation + without asking the user +</dd> </dl> <dl> <dt>Return:</dt>