8000 Merge pull request #2 from SylvainCorlay/vs2015_runtime · martin-honnen/python_example@a185aee · GitHub
[go: up one dir, main page]

Skip to content

Commit a185aee

Browse files
committed
Merge pull request pybind#2 from SylvainCorlay/vs2015_runtime
Add Windows Runtime Requirements Section in README
2 parents 266647d + 2456d06 commit a185aee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,28 @@ Installation
3333
rights on the machine, to be able to run the `vcvarsall.bat` script.
3434

3535

36+
Windows runtime requirements
37+
----------------------------
38+
39+
On Windows, the Visual C++ 2015 redistributable packages are a runtime
40+
requirement for this project. It can be found [here](https://www.microsoft.com/en-us/download/details.aspx?id=48145).
41+
42+
If you use the Anaconda python distribution, you may require the Visual Studio
43+
runtime as a platform-dependent runtime requirement for you package:
44+
45+
```yaml
46+
requirements:
47+
build:
48+
- python
49+
- setuptools
50+
- pybind11
51+
52+
run:
53+
- python
54+
- vs2015_runtime # [win]
55+
```
56+
57+
3658
Building the documentation
3759
--------------------------
3860

0 commit comments

Comments
 (0)
0