Wed, 04 Apr 2018 19:49:10 +0200
Updated source docu.
--- a/APIs/Python3/eric6.api Wed Apr 04 19:48:25 2018 +0200 +++ b/APIs/Python3/eric6.api Wed Apr 04 19:49:10 2018 +0200 @@ -12570,6 +12570,7 @@ eric6.install.macPythonExe?7 eric6.install.main?4(argv) eric6.install.modDir?7 +eric6.install.pipInstall?4(packageName, message) eric6.install.platBinDir?7 eric6.install.platBinDirOld?7 eric6.install.prepareInfoFile?4(fileName)
--- a/Documentation/Help/source.qhp Wed Apr 04 19:48:25 2018 +0200 +++ b/Documentation/Help/source.qhp Wed Apr 04 19:49:10 2018 +0200 @@ -18902,6 +18902,7 @@ <keyword name="parse_udiff" id="parse_udiff" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#parse_udiff" /> <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric6.patch_modpython.html" /> <keyword name="pbkdf2" id="pbkdf2" ref="eric6.Utilities.crypto.py3PBKDF2.html#pbkdf2" /> + <keyword name="pipInstall" id="pipInstall" ref="eric6.install.html#pipInstall" /> <keyword name="pixmapFromByteArray" id="pixmapFromByteArray" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#pixmapFromByteArray" /> <keyword name="pixmapToByteArray" id="pixmapToByteArray" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#pixmapToByteArray" /> <keyword name="pixmapToDataUrl" id="pixmapToDataUrl" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#pixmapToDataUrl" />
--- a/Documentation/Source/eric6.install.html Wed Apr 04 19:48:25 2018 +0200 +++ b/Documentation/Source/eric6.install.html Wed Apr 04 19:49:10 2018 +0200 @@ -91,6 +91,9 @@ <td><a href="#main">main</a></td> <td>The main function of the script.</td> </tr><tr> +<td><a href="#pipInstall">pipInstall</a></td> +<td>Install the given package via pip.</td> +</tr><tr> <td><a href="#prepareInfoFile">prepareInfoFile</a></td> <td>Function to prepare an Info.py file when installing from source.</td> </tr><tr> @@ -366,6 +369,32 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="pipInstall" ID="pipInstall"></a> +<h2>pipInstall</h2> +<b>pipInstall</b>(<i>packageName, message</i>) +<p> + Install the given package via pip. +</p><dl> +<dt><i>packageName</i> (str)</dt> +<dd> +name of the package to be installed +</dd><dt><i>message</i> (str)</dt> +<dd> +message to be shown to the user +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a successful installation +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="prepareInfoFile" ID="prepareInfoFile"></a> <h2>prepareInfoFile</h2> <b>prepareInfoFile</b>(<i>fileName</i>)