mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Updated python command in readme so it will work on systems that have both python2 and 3 installed.
This commit is contained in:
@@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies.
|
|||||||
- Use Python to generate *.vcxproj from Makefile
|
- Use Python to generate *.vcxproj from Makefile
|
||||||
|
|
||||||
```
|
```
|
||||||
PS >python msvc-autogen.py
|
PS >py -3 msvc-autogen.py
|
||||||
```
|
```
|
||||||
|
|
||||||
- Build in Visual Studio.
|
- Build in Visual Studio.
|
||||||
|
|||||||
Reference in New Issue
Block a user