Skip to content

Commit e530ef8

Browse files
authored
Update WindowsBuild.md
Make the note on needing to adjust `PYTHON_EXECUTABLE` more prominent, and repeat in in the place where that argument actually needs to be adjusted.
1 parent 65d66da commit e530ef8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/WindowsBuild.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the Visual Studio installation program, under *Individual Components*
2121

2222
1. Install *Python 2*, either the 32-bit version (C:\Python27\\) or the 64-bit version (C:\Python27amd64\\)
2323

24-
> If you install the 64-bit version only, you will need to adjust `PYTHON_EXECUTABLE` below to `C:\Python27amd64\python.exe`
24+
**Note:** If you install the 64-bit version only, you will need to adjust `PYTHON_EXECUTABLE` below to `C:\Python27amd64\python.exe`
2525

2626
2. Install *Python 3 64 bits (3.7.x)*
2727

@@ -139,6 +139,9 @@ cmake -B "S:\b\toolchain" ^
139139
ninja -C S:\b\toolchain
140140
```
141141

142+
**Note:** If you installed only the 64-bit version of Python, you will need to adjust `PYTHON_EXECUTABLE` argument to `C:\Python27amd64\python.exe`
143+
144+
142145
## Running Swift tests on Windows
143146

144147
```cmd

0 commit comments

Comments
 (0)