Skip to content

Commit bef1c89

Browse files
committed
docs: add a note about Python availability on ARM64
Visual Studio does not provide a ARM64 python distribution yet, so indicate that we need a separate installation there.
1 parent b28e574 commit bef1c89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/WindowsQuickStart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ vs_community.exe ^
3535
del /q vs_community.exe
3636
```
3737

38+
> [!IMPORTANT]
39+
> On ARM64, Visual Studio doesn't include Python. If you are building Swift on an ARM64 processor, install Python from https://www.python.org/downloads/ and don't include the `Component.CPython39.x64` line in the command above.
40+
3841
### Enable Symbolic Links Support
3942

4043
> [!NOTE]

0 commit comments

Comments
 (0)