From cd7dc0b651a81c48a14584cd72efe21c71fc7b8e Mon Sep 17 00:00:00 2001 From: Pete Huang Date: Wed, 28 Dec 2016 16:29:58 -0800 Subject: [PATCH] Update INSTALL for Python 3.6 `Python 3.5 and later use Microsoft Visual Studio 2015` Source: https://docs.python.org/devguide/setup.html --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index d7260a56fc72..6c2eebb1e825 100644 --- a/INSTALL +++ b/INSTALL @@ -177,7 +177,7 @@ themselves. Required Dependencies ^^^^^^^^^^^^^^^^^^^^^ -:term:`python` 2.7, 3.4, or 3.5 +:term:`python` 2.7, 3.4, 3.5 or 3.6 `Download python `_. :term:`numpy` |minimum_numpy_version| (or later) @@ -331,7 +331,7 @@ Building on Windows The Python shipped from http://www.python.org is compiled with Visual Studio 2008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and -Visual Studio 2015 for 3.5. Python extensions are recommended to be compiled +Visual Studio 2015 for 3.5 and 3.6. Python extensions are recommended to be compiled with the same compiler. Since there is no canonical Windows package manager, the methods for building