diff -r 36ec7469f492 -r 6543bcd150fd eric6/Documentation/Source/install.html --- a/eric6/Documentation/Source/install.html Tue Mar 31 19:15:51 2020 +0200 +++ b/eric6/Documentation/Source/install.html Tue Mar 31 19:16:06 2020 +0200 @@ -136,6 +136,10 @@ <td>Actually perform the installation steps.</td> </tr> <tr> +<td><a href="#isPipOutdated">isPipOutdated</a></td> +<td>Check, if pip is outdated.</td> +</tr> +<tr> <td><a href="#main">main</a></td> <td>The main function of the script.</td> </tr> @@ -589,6 +593,28 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="isPipOutdated" ID="isPipOutdated"></a> +<h2>isPipOutdated</h2> +<b>isPipOutdated</b>(<i></i>) + +<p> + Check, if pip is outdated. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating an outdated pip +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="main" ID="main"></a> <h2>main</h2> <b>main</b>(<i>argv</i>)