src/eric7/Documentation/Source/eric7.PipInterface.Pip.html

branch
eric7
changeset 10623
56eb5eb8d0ee
parent 10479
856476537696
child 10736
0d213bb8b7f0
equal deleted inserted replaced
10622:eb5303a42b4b 10623:56eb5eb8d0ee
173 <tr> 173 <tr>
174 <td><a href="#Pip.installPip">installPip</a></td> 174 <td><a href="#Pip.installPip">installPip</a></td>
175 <td>Public method to install pip.</td> 175 <td>Public method to install pip.</td>
176 </tr> 176 </tr>
177 <tr> 177 <tr>
178 <td><a href="#Pip.installPyprojectDependencies">installPyprojectDependencies</a></td>
179 <td>Public method to install the dependencies listed in a pyproject.toml file.</td>
180 </tr>
181 <tr>
178 <td><a href="#Pip.installRequirements">installRequirements</a></td> 182 <td><a href="#Pip.installRequirements">installRequirements</a></td>
179 <td>Public method to install packages as given in a requirements file.</td> 183 <td>Public method to install packages as given in a requirements file.</td>
180 </tr> 184 </tr>
181 <tr> 185 <tr>
182 <td><a href="#Pip.repairPip">repairPip</a></td> 186 <td><a href="#Pip.repairPip">repairPip</a></td>
191 <td>Public method to show some information about the pip cache.</td> 195 <td>Public method to show some information about the pip cache.</td>
192 </tr> 196 </tr>
193 <tr> 197 <tr>
194 <td><a href="#Pip.uninstallPackages">uninstallPackages</a></td> 198 <td><a href="#Pip.uninstallPackages">uninstallPackages</a></td>
195 <td>Public method to uninstall the given list of packages.</td> 199 <td>Public method to uninstall the given list of packages.</td>
200 </tr>
201 <tr>
202 <td><a href="#Pip.uninstallPyprojectDependencies">uninstallPyprojectDependencies</a></td>
203 <td>Public method to uninstall the dependencies listed in a pyproject.toml file.</td>
196 </tr> 204 </tr>
197 <tr> 205 <tr>
198 <td><a href="#Pip.uninstallRequirements">uninstallRequirements</a></td> 206 <td><a href="#Pip.uninstallRequirements">uninstallRequirements</a></td>
199 <td>Public method to uninstall packages as given in a requirements file.</td> 207 <td>Public method to uninstall packages as given in a requirements file.</td>
200 </tr> 208 </tr>
979 <dd> 987 <dd>
980 flag indicating an install to the user install 988 flag indicating an install to the user install
981 directory 989 directory
982 </dd> 990 </dd>
983 </dl> 991 </dl>
992 <a NAME="Pip.installPyprojectDependencies" ID="Pip.installPyprojectDependencies"></a>
993 <h4>Pip.installPyprojectDependencies</h4>
994 <b>installPyprojectDependencies</b>(<i>venvName</i>)
995 <p>
996 Public method to install the dependencies listed in a pyproject.toml file.
997 </p>
998
999 <dl>
1000
1001 <dt><i>venvName</i> (str)</dt>
1002 <dd>
1003 name of the virtual environment to be used
1004 </dd>
1005 </dl>
984 <a NAME="Pip.installRequirements" ID="Pip.installRequirements"></a> 1006 <a NAME="Pip.installRequirements" ID="Pip.installRequirements"></a>
985 <h4>Pip.installRequirements</h4> 1007 <h4>Pip.installRequirements</h4>
986 <b>installRequirements</b>(<i>venvName</i>) 1008 <b>installRequirements</b>(<i>venvName</i>)
987 <p> 1009 <p>
988 Public method to install packages as given in a requirements file. 1010 Public method to install packages as given in a requirements file.
1086 <dt>Return Type:</dt> 1108 <dt>Return Type:</dt>
1087 <dd> 1109 <dd>
1088 bool 1110 bool
1089 </dd> 1111 </dd>
1090 </dl> 1112 </dl>
1113 <a NAME="Pip.uninstallPyprojectDependencies" ID="Pip.uninstallPyprojectDependencies"></a>
1114 <h4>Pip.uninstallPyprojectDependencies</h4>
1115 <b>uninstallPyprojectDependencies</b>(<i>venvName</i>)
1116 <p>
1117 Public method to uninstall the dependencies listed in a pyproject.toml file.
1118 </p>
1119
1120 <dl>
1121
1122 <dt><i>venvName</i> (str)</dt>
1123 <dd>
1124 name of the virtual environment to be used
1125 </dd>
1126 </dl>
1091 <a NAME="Pip.uninstallRequirements" ID="Pip.uninstallRequirements"></a> 1127 <a NAME="Pip.uninstallRequirements" ID="Pip.uninstallRequirements"></a>
1092 <h4>Pip.uninstallRequirements</h4> 1128 <h4>Pip.uninstallRequirements</h4>
1093 <b>uninstallRequirements</b>(<i>venvName</i>) 1129 <b>uninstallRequirements</b>(<i>venvName</i>)
1094 <p> 1130 <p>
1095 Public method to uninstall packages as given in a requirements file. 1131 Public method to uninstall packages as given in a requirements file.

eric ide

mercurial