diff --git a/README.md b/README.md
index cb2737d357709362e5d1f4f5a5d1bdf0ad46e5f6..7493d408439b78cc09d01686270be5797dd36b36 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
 
 ## Setup
 
-The installation of **EigenPy** on your computer is made easy for Linux/BSD and Mac OS X environments.
+The installation of **EigenPy** on your computer is made easy for Linux/BSD, Mac OS X and Windows environments.
 
 ### The Conda approach
 
@@ -69,10 +69,6 @@ and then install **EigenPy** for Python 3.x with:
 ```
 brew install eigenpy
 ```
-or for Python 2.7:
-```
-brew install eigenpy@2
-```
 
 ## Credits