Skip to content

Commit e0324c3

Browse files
committed
Updated python command in readme so it will work on systems that have both python2 and 3 installed.
1 parent 0626b8c commit e0324c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies.
4444
- Use Python to generate *.vcxproj from Makefile
4545

4646
```
47-
PS >python msvc-autogen.py
47+
PS >py -3 msvc-autogen.py
4848
```
4949

5050
- Build in Visual Studio.

0 commit comments

Comments
 (0)