Skip to content

Commit 3f941eb

Browse files
Update uninstall-python-package.ps1
1 parent 49d242b commit 3f941eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/uninstall-python-package.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Usage: install-python-package <name> [options]
22
# Summary: Uninstalls a Python package installed using install-python-package
3-
# Help: Options:
3+
# Help: For example, to uninstall a Python package installed globally using install-python-package:
4+
# uninstall-python-package --global --dir keyring
5+
#
6+
# Options:
47
# -h, --help Show this help message
58
# -g, --global Uninstall a global package
69
# -d, --dir <dir> The setup directory

0 commit comments

Comments
 (0)