From e0324c37681fd1a418c345bc8a7a0735efc25006 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Mon, 29 Jul 2019 10:16:22 +0200 Subject: 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(-) (limited to 'build_msvc') diff --git a/build_msvc/README.md b/build_msvc/README.md index d6543e6d67..2e93979aca 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. -- cgit v1.2.3