SYNOPSIS

Shows the version of an installed Python package.

DESCRIPTION

The AskUI-ShowInstalledPythonPackageVersion cmdlet retrieves the version information for a specified Python package installed in the environment.

PARAMETERS

  • -PackageName | <String> - The name of the Python package whose version is to be retrieved.

EXAMPLES

EXAMPLE 1

Shows the version of the “numpy” package installed.

AskUI-ShowInstalledPythonPackageVersion -PackageName "numpy"

EXAMPLE 2

Shows the version of the “requests” package installed.

AskUI-ShowInstalledPythonPackageVersion -PackageName "requests"