Skip to content

Commit 5666062

Browse files
committed
fix: minor README updates
1 parent c60a0de commit 5666062

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff 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

3939
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).
4143

4244
If you use the Anaconda python distribution, you may require the Visual Studio
4345
runtime as a platform-dependent runtime requirement for you package:

0 commit comments

Comments
 (0)