Skip to content

Commit

Permalink
Updated python command in readme so it will work on systems that have…
Browse files Browse the repository at this point in the history
… both python2 and 3 installed.
  • Loading branch information
sipsorcery committed Jul 29, 2019
1 parent 0626b8c commit e0324c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_msvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e0324c3

Please sign in to comment.