File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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+
3658Building the documentation
3759--------------------------
3860
You can’t perform that action at this time.
0 commit comments