File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ recommended.
544544To programmatically install the Python install manager, it is easiest to use
545545WinGet, which is included with all supported versions of Windows:
546546
547- .. code ::
547+ .. code-block :: powershell
548548
549549 $> winget install 9NQ7512CXL7T - e -- accept- package- agreements -- disable-interactivity
550550
@@ -557,7 +557,7 @@ Downloads directory (add ``-d <location>`` to customize the output location).
557557This also generates a YAML file that appears to be unnecessary, as the
558558downloaded MSIX can be installed by launching or using the commands below.
559559
560- .. code ::
560+ .. code-block :: powershell
561561
562562 $> winget download 9NQ7512CXL7T - e -- skip-license -- accept- package- agreements -- disable-interactivity
563563
@@ -566,7 +566,7 @@ To programmatically install or uninstall an MSIX using only PowerShell, the
566566and `Remove-AppxPackage <https://learn.microsoft.com/powershell/module/appx/remove-appxpackage >`_
567567PowerShell cmdlets are recommended:
568568
569- .. code ::
569+ .. code-block :: powershell
570570
571571 $> Add-AppxPackage C:\Downloads\python- manager- 25.0 .msix
572572 ...
You can’t perform that action at this time.
0 commit comments