File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2626DEFAULT_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
3332COPYRIGHT = f"""Python installation manager { __version__ }
4140
4241WELCOME = 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,
You can’t perform that action at this time.
0 commit comments