From 42007243160b6726f817f42e6862c4be90f330f1 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sun, 31 May 2015 11:53:07 -0700 Subject: [PATCH] readme: clairify that all platforms require python --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e08947..4d84543 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Nexe is a command-line utility that compiles your Node.js application into a sin ## Building Requirements - Linux / Mac / BSD / Windows -- Windows: Python 2.6 or 2.7 (use --python if not in PATH), Visual Studio 2010+ +- Python 2.6 or 2.7 (use --python if not in PATH) +- Windows: Visual Studio 2010+ ## Caveats