diff -r eb5303a42b4b -r 56eb5eb8d0ee src/eric7/Documentation/Source/eric7.PipInterface.Pip.html --- a/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Mon Mar 04 11:45:12 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.Pip.html Mon Mar 04 11:46:04 2024 +0100 @@ -175,6 +175,10 @@ <td>Public method to install pip.</td> </tr> <tr> +<td><a href="#Pip.installPyprojectDependencies">installPyprojectDependencies</a></td> +<td>Public method to install the dependencies listed in a pyproject.toml file.</td> +</tr> +<tr> <td><a href="#Pip.installRequirements">installRequirements</a></td> <td>Public method to install packages as given in a requirements file.</td> </tr> @@ -195,6 +199,10 @@ <td>Public method to uninstall the given list of packages.</td> </tr> <tr> +<td><a href="#Pip.uninstallPyprojectDependencies">uninstallPyprojectDependencies</a></td> +<td>Public method to uninstall the dependencies listed in a pyproject.toml file.</td> +</tr> +<tr> <td><a href="#Pip.uninstallRequirements">uninstallRequirements</a></td> <td>Public method to uninstall packages as given in a requirements file.</td> </tr> @@ -981,6 +989,20 @@ directory </dd> </dl> +<a NAME="Pip.installPyprojectDependencies" ID="Pip.installPyprojectDependencies"></a> +<h4>Pip.installPyprojectDependencies</h4> +<b>installPyprojectDependencies</b>(<i>venvName</i>) +<p> + Public method to install the dependencies listed in a pyproject.toml file. +</p> + +<dl> + +<dt><i>venvName</i> (str)</dt> +<dd> +name of the virtual environment to be used +</dd> +</dl> <a NAME="Pip.installRequirements" ID="Pip.installRequirements"></a> <h4>Pip.installRequirements</h4> <b>installRequirements</b>(<i>venvName</i>) @@ -1088,6 +1110,20 @@ bool </dd> </dl> +<a NAME="Pip.uninstallPyprojectDependencies" ID="Pip.uninstallPyprojectDependencies"></a> +<h4>Pip.uninstallPyprojectDependencies</h4> +<b>uninstallPyprojectDependencies</b>(<i>venvName</i>) +<p> + Public method to uninstall the dependencies listed in a pyproject.toml file. +</p> + +<dl> + +<dt><i>venvName</i> (str)</dt> +<dd> +name of the virtual environment to be used +</dd> +</dl> <a NAME="Pip.uninstallRequirements" ID="Pip.uninstallRequirements"></a> <h4>Pip.uninstallRequirements</h4> <b>uninstallRequirements</b>(<i>venvName</i>)