We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3924e commit 2069514Copy full SHA for 2069514
src/manage/commands.py
@@ -39,6 +39,10 @@
39
40
41
WELCOME = f"""!B!Python install manager was successfully updated to {__version__}.!W!
42
+
43
+This update adds global shortcuts for installed scripts such as !G!pip.exe!W!.
44
+Use !G!py install --refresh!W! to update all shortcuts.
45
+!Y!This will be needed after installing new scripts, as it is not run automatically.!W!
46
"""
47
48
# The 'py help' or 'pymanager help' output is constructed by these default docs,
0 commit comments