Skip to content

Commit 6bb96d8

Browse files
committed
Make it PowerShell blocks
1 parent aac4cfd commit 6bb96d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/using/windows.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ recommended.
544544
To programmatically install the Python install manager, it is easiest to use
545545
WinGet, 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).
557557
This also generates a YAML file that appears to be unnecessary, as the
558558
downloaded 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
566566
and `Remove-AppxPackage <https://learn.microsoft.com/powershell/module/appx/remove-appxpackage>`_
567567
PowerShell cmdlets are recommended:
568568

569-
.. code::
569+
.. code-block:: powershell
570570
571571
$> Add-AppxPackage C:\Downloads\python-manager-25.0.msix
572572
...

0 commit comments

Comments
 (0)