File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Installation
13
13
14
14
** On Windows (Requires Visual Studio 2015)**
15
15
16
- - For Python 3.5:
16
+ - For Python 3.5+ :
17
17
- clone this repository
18
18
- ` pip install ./python_example `
19
- - For earlier versions of Python, including Python 2.7:
19
+ - For Python 2.7:
20
20
21
21
Pybind11 requires a C++11 compliant compiler (i.e. Visual Studio 2015 on
22
22
Windows). Running a regular ` pip install ` command will detect the version
@@ -37,7 +37,9 @@ Windows runtime requirements
37
37
----------------------------
38
38
39
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 ) .
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 ) .
41
43
42
44
If you use the Anaconda python distribution, you may require the Visual Studio
43
45
runtime as a platform-dependent runtime requirement for you package:
You can’t perform that action at this time.
0 commit comments