Skip to content

Commit 5c9f883

Browse files
committed
Improve install instructions
1 parent e04dff5 commit 5c9f883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pbtest
2-
=====
2+
======
33

4-
An example project built with [pybind11](https://github.com/wjakob/pybind11).
4+
An example project built with [pybind11](https://github.com/pybind/pybind11).
55

66
Installation
77
------------
@@ -24,7 +24,7 @@ Installation
2424
with it. We must force the use of Visual Studio 2015.
2525

2626
- clone this repository
27-
- `"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64`
27+
- `"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64`
2828
- `set DISTUTILS_USE_SDK=1`
2929
- `set MSSdk=1`
3030
- `pip install ./pbtest`

0 commit comments

Comments
 (0)