You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/py-woa.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,42 +27,44 @@ multitool_install_part: false # Set to true if a sub-page of a multi-page arti
27
27
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
28
28
---
29
29
30
-
Python has native support for [Windows on Arm](https://learn.microsoft.com/en-us/windows/arm/overview). Starting with version 3.11, an official installer is available. The latest version at time of writing is 3.13.0.
30
+
Python has native support for [Windows on Arm](https://learn.microsoft.com/en-us/windows/arm/overview). Starting with version 3.11, an official installer is available. The latest version is 3.13.0.
31
31
32
-
A number of developerready Windows on Arm [devices](/learning-paths/laptops-and-desktops/intro/find-hardware/) are available.
32
+
A number of developer-ready Windows on Arm [devices](/learning-paths/laptops-and-desktops/intro/find-hardware/) are available.
33
33
34
-
Windows on Arm instances are available with Microsoft Azure. For more information, see [Deploy a Windows on Arm virtual machine on Microsoft Azure](/learning-paths/cross-platform/woa_azure/).
34
+
Windows on Arm instances are available with Microsoft Azure. For further information, see [Deploy a Windows on Arm virtual machine on Microsoft Azure](/learning-paths/cross-platform/woa_azure/).
35
35
36
36
## How do I download and install Python for Windows on Arm?
37
37
38
-
The installer can be downloaded from the [Python website](https://www.python.org/downloads/windows/). Locate the `ARM64` installer.
38
+
To download and install Python for Windows on Arm, there is more than one option:
39
39
40
-
You can also download from a PowerShell terminal.
40
+
* You can download the installer from the [Python website](https://www.python.org/downloads/windows/). Locate the `ARM64` installer.
41
+
42
+
* You can download from a PowerShell terminal, by running the following:
0 commit comments