diff -r f5a17960408a -r d8c7ded575cb src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Mar 04 16:32:32 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Mar 04 16:37:02 2023 +0100 @@ -286,7 +286,7 @@ </tr> <tr> <td><a href="#BaseDevice.mipInstall">mipInstall</a></td> -<td>Public method</td> +<td>Public method to install packages using 'mip'.</td> </tr> <tr> <td><a href="#BaseDevice.mkdir">mkdir</a></td> @@ -1372,7 +1372,7 @@ <b>mipInstall</b>(<i>package, version, mpy</i>) <p> - Public method + Public method to install packages using 'mip'. </p> <dl> @@ -1891,6 +1891,13 @@ Public method to install packages using 'upip'. </p> <dl> + +<dt><i>packages</i> (list of str)</dt> +<dd> +list of package names +</dd> +</dl> +<dl> <dt>Return:</dt> <dd> tuple of (str, str)