We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04dff5 commit 5c9f883Copy full SHA for 5c9f883
README.md
@@ -1,7 +1,7 @@
1
pbtest
2
-=====
+======
3
4
-An example project built with [pybind11](https://github.com/wjakob/pybind11).
+An example project built with [pybind11](https://github.com/pybind/pybind11).
5
6
Installation
7
------------
@@ -24,7 +24,7 @@ Installation
24
with it. We must force the use of Visual Studio 2015.
25
26
- clone this repository
27
- - `"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64`
+ - `"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64`
28
- `set DISTUTILS_USE_SDK=1`
29
- `set MSSdk=1`
30
- `pip install ./pbtest`
0 commit comments