File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Windows on Arm instances are available with Microsoft Azure. For further informa
3737
3838To download and install Python for Windows on Arm, there is more than one option:
3939
40- * You can download the installer from the [ Python website] ( https://www.python.org/downloads/windows/ ) . Locate the ` ARM64 ` installer.
40+ * Firstly, you can download the installer from the [ Python website] ( https://www.python.org/downloads/windows/ ) . Locate the ` ARM64 ` installer.
4141
42- * You can download from a PowerShell terminal:
42+ * Or secondly, you can download from a PowerShell terminal, by running the following :
4343``` command
4444curl https://www.python.org/ftp/python/3.13.0/python-3.13.0-arm64.exe --output python-3.13.0-arm64.exe
4545```
@@ -48,7 +48,7 @@ Once you have downloaded Python, run the installer `exe` file on a Windows on Ar
4848
4949The installer will start.
5050
51- Tick the checkbox ** Add python.exe to PATH** if you want to easily invoke python from any directory.
51+ Tick the checkbox ** Add python.exe to PATH** to enable you to easily invoke Python from any directory.
5252
5353![ Install #center] ( /install-guides/_images/py1-woa.png )
5454
8080
8181## How can I run a Python example?
8282
83- To run a Python example, and confirm that python is working, use a text editor to save the code below to a file named ` uname.py ` .
83+ To run a Python example, and confirm that Python is working, use a text editor to save the code below to a file named ` uname.py ` .
8484
8585``` python
8686import platform
You can’t perform that action at this time.
0 commit comments