eric7/Documentation/Source/install-dependencies.html

branch
eric7
changeset 8988
ffa38e0415df
diff -r e9826bde657f -r ffa38e0415df eric7/Documentation/Source/install-dependencies.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/install-dependencies.html	Sat Mar 19 16:41:16 2022 +0100
@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+<html><head>
+<title>install-dependencies</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>install-dependencies</h1>
+
+<p>
+Installation script for the eric IDE dependencies.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+
+<tr>
+<td><a href="#main">main</a></td>
+<td>Function to install the eric dependencies.</td>
+</tr>
+<tr>
+<td><a href="#pipInstall">pipInstall</a></td>
+<td>Install the given package via pip.</td>
+</tr>
+</table>
+<hr />
+<hr />
+<a NAME="main" ID="main"></a>
+<h2>main</h2>
+<b>main</b>(<i></i>)
+
+<p>
+    Function to install the eric dependencies.
+</p>
+<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</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>
+</dl>
+<dl>
+<dt>Return:</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 />
+</body></html>
\ No newline at end of file

eric ide

mercurial