Skip to content

Commit 219c3e6

Browse files
authored
Update welcome message and docs URL (#319)
1 parent 68361e7 commit 219c3e6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/manage/commands.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
DEFAULT_TAG = "3"
2727

2828

29-
# TODO: Remove the /dev/ for stable release
30-
HELP_URL = "https://docs.python.org/dev/using/windows"
29+
HELP_URL = "https://docs.python.org/using/windows"
3130

3231

3332
COPYRIGHT = f"""Python installation manager {__version__}
@@ -41,9 +40,9 @@
4140

4241
WELCOME = f"""!B!Python install manager was successfully updated to {__version__}.!W!
4342
44-
This update adds global shortcuts for installed scripts such as !G!pip.exe!W!.
45-
Use !G!py install --refresh!W! to update all shortcuts.
46-
!Y!This will be needed after installing new scripts, as it is not run automatically.!W!
43+
Indexes can now be signed to provide tamper detection. When an index signature
44+
is found to be invalid, the operation will be aborted without modifying your system.
45+
See !B!{HELP_URL}#index-signatures!W! for more information.
4746
"""
4847

4948
# The 'py help' or 'pymanager help' output is constructed by these default docs,

0 commit comments

Comments
 (0)