User Guide
API Reference
Checks if the given packages with specific versions are installed. If not, asks for user confirmation to install them.
required_packages (list) – A list of tuples with package names and versions.
confirmation_message (str) – A message to ask for user confirmation.
Installs the given package using pip, including the version.
package_spec (str) – The name and version specifier of the package to install.