Updated python command in readme so it will work on systems that have both python2 and 3 installed.

This commit is contained in:
Aaron Clauson 2019-07-29 10:16:22 +02:00
parent 0626b8cbdf
commit e0324c3768
No known key found for this signature in database
GPG key ID: 0A41BDC3F4FAFF1C

View file

@ -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.