|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>install-dependencies</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>install-dependencies</h1> |
|
10 |
|
11 <p> |
|
12 Installation script for the eric IDE dependencies. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 <tr><td>None</td></tr> |
|
23 </table> |
|
24 <h3>Functions</h3> |
|
25 |
|
26 <table> |
|
27 |
|
28 <tr> |
|
29 <td><a href="#main">main</a></td> |
|
30 <td>Function to install the eric dependencies.</td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><a href="#pipInstall">pipInstall</a></td> |
|
34 <td>Install the given package via pip.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <hr /> |
|
38 <hr /> |
|
39 <a NAME="main" ID="main"></a> |
|
40 <h2>main</h2> |
|
41 <b>main</b>(<i></i>) |
|
42 |
|
43 <p> |
|
44 Function to install the eric dependencies. |
|
45 </p> |
|
46 <div align="right"><a href="#top">Up</a></div> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="pipInstall" ID="pipInstall"></a> |
|
50 <h2>pipInstall</h2> |
|
51 <b>pipInstall</b>(<i>packageName</i>) |
|
52 |
|
53 <p> |
|
54 Install the given package via pip. |
|
55 </p> |
|
56 <dl> |
|
57 |
|
58 <dt><i>packageName</i> (str)</dt> |
|
59 <dd> |
|
60 name of the package to be installed |
|
61 </dd> |
|
62 </dl> |
|
63 <dl> |
|
64 <dt>Return:</dt> |
|
65 <dd> |
|
66 flag indicating a successful installation |
|
67 </dd> |
|
68 </dl> |
|
69 <dl> |
|
70 <dt>Return Type:</dt> |
|
71 <dd> |
|
72 bool |
|
73 </dd> |
|
74 </dl> |
|
75 <div align="right"><a href="#top">Up</a></div> |
|
76 <hr /> |
|
77 </body></html> |