Browse Source

Improve install instructions

master
Sylvain Corlay 9 years ago
parent
commit
5c9f883b6b
  1. 6
      README.md

6
README.md

@ -1,7 +1,7 @@
pbtest pbtest
===== ======
An example project built with [pybind11](https://github.com/wjakob/pybind11). An example project built with [pybind11](https://github.com/pybind/pybind11).
Installation Installation
------------ ------------
@ -24,7 +24,7 @@ Installation
with it. We must force the use of Visual Studio 2015. with it. We must force the use of Visual Studio 2015.
- clone this repository - clone this repository
- `"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64` - `"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64`
- `set DISTUTILS_USE_SDK=1` - `set DISTUTILS_USE_SDK=1`
- `set MSSdk=1` - `set MSSdk=1`
- `pip install ./pbtest` - `pip install ./pbtest`

Loading…
Cancel
Save