mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +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:
parent
0626b8cbdf
commit
e0324c3768
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue