diff -r c79ecba9cde7 -r 86cea8abd0f7 Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipPackagesInputDialog.html --- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipPackagesInputDialog.html Tue Jun 12 19:01:06 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipPackagesInputDialog.html Tue Jun 12 19:02:21 2018 +0200 @@ -73,13 +73,13 @@ </table> <a NAME="PipPackagesInputDialog.__init__" ID="PipPackagesInputDialog.__init__"></a> <h4>PipPackagesInputDialog (Constructor)</h4> -<b>PipPackagesInputDialog</b>(<i>plugin, title, install=True, parent=None</i>) +<b>PipPackagesInputDialog</b>(<i>pip, title, install=True, parent=None</i>) <p> Constructor </p><dl> -<dt><i>plugin</i> (ToolPipPlugin)</dt> +<dt><i>pip</i> (Pip)</dt> <dd> -reference to the plugin object +reference to the pip object </dd><dt><i>title</i> (str)</dt> <dd> dialog title @@ -98,8 +98,9 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple with the pip command, the list of package specifications - and a flag indicating to install to the user install directory +tuple with the environment name, the list of package + specifications and a flag indicating to install to the user + install directory </dd> </dl><dl> <dt>Return Type:</dt> @@ -112,9 +113,9 @@ <p> Private slot handling entering package names. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -name of the requirements file (string) +name of the requirements file </dd> </dl> <div align="right"><a href="#top">Up</a></div>