From ae972446645547d61e23774b1d2937e88dbf53f2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 20 Jun 2014 08:06:22 -0700 Subject: [PATCH] :memo: Tweak python install location note --- docs/build-instructions/windows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index aa36013bc..9b9dcb799 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -9,9 +9,11 @@ * For 64-bit builds of node and native modules you **must** have the [Windows 7 64-bit SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279). You may also need the [compiler update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422) - - * [Python](http://www.python.org/download/) v2.7.x - * Note: Python.exe must be available at: `%SystemDrive%\Python27\python.exe`. If it is installed elsewhere, create a symbolic link to the directory containing python.exe (like so: `mklink /d %SystemDrive%\Python27 D:\elsewhere\Python27`). + * [Python](http://www.python.org/download/) v2.7. + * The python.exe must be available at `%SystemDrive%\Python27\python.exe`. + If it is installed elsewhere, you can create a symbolic link to the + directory containing the python.exe using: + `mklink /d %SystemDrive%\Python27 D:\elsewhere\Python27` * [GitHub for Windows](http://windows.github.com/) ### On Windows 8