File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Installation
1313
1414** On Windows (Requires Visual Studio 2015)**
1515
16- - For Python 3.5:
16+ - For Python 3.5+ :
1717 - clone this repository
1818 - ` pip install ./python_example `
19- - For earlier versions of Python, including Python 2.7:
19+ - For Python 2.7:
2020
2121 Pybind11 requires a C++11 compliant compiler (i.e. Visual Studio 2015 on
2222 Windows). Running a regular ` pip install ` command will detect the version
@@ -37,7 +37,9 @@ Windows runtime requirements
3737----------------------------
3838
3939On 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 ) .
40+ requirement for this project if you build for Python 2.7 (newer versions of
41+ Python include this redistributable). It can be found
42+ [ here] ( https://www.microsoft.com/en-us/download/details.aspx?id=48145 ) .
4143
4244If you use the Anaconda python distribution, you may require the Visual Studio
4345runtime as a platform-dependent runtime requirement for you package:
You can’t perform that action at this time.
0 commit comments