We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 266647d + 2456d06 commit a185aeeCopy full SHA for a185aee
1 file changed
README.md
@@ -33,6 +33,28 @@ Installation
33
rights on the machine, to be able to run the `vcvarsall.bat` script.
34
35
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
54
+ - vs2015_runtime # [win]
55
+```
56
57
58
Building the documentation
59
--------------------------
60
0 commit comments