diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-07-29 10:16:22 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-07-29 10:16:22 +0200 |
commit | e0324c37681fd1a418c345bc8a7a0735efc25006 (patch) | |
tree | 376c842a50128ad95a6f3c1d9522a2c8ab908e39 /build_msvc | |
parent | 0626b8cbdf0aa971500eb5613c7ab4096c496966 (diff) |
Updated python command in readme so it will work on systems that have both python2 and 3 installed.
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |