From e0324c37681fd1a418c345bc8a7a0735efc25006 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Mon, 29 Jul 2019 10:16:22 +0200 Subject: [PATCH] Updated python command in readme so it will work on systems that have both python2 and 3 installed. --- build_msvc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc/README.md b/build_msvc/README.md index d6543e6d6..2e93979ac 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies. - Use Python to generate *.vcxproj from Makefile ``` - PS >python msvc-autogen.py + PS >py -3 msvc-autogen.py ``` - Build in Visual Studio.