Skip to content

Commit 95aba3f

Browse files
Final checks
1 parent d27ce9a commit 95aba3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/install-guides/py-woa.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Windows on Arm instances are available with Microsoft Azure. For further informa
3737

3838
To 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
4444
curl 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

4949
The 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

@@ -80,7 +80,7 @@ exit()
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
8686
import platform

0 commit comments

Comments
 (0)