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

AskUI-ShowInstalledPythonPackageVersion -PackageName "numpy"
Shows the version of the "numpy" package installed.

EXAMPLE 2

AskUI-ShowInstalledPythonPackageVersion -PackageName "requests"
Shows the version of the "requests" package installed.