Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6fcd92

Browse files
committed
Merge pull request #7698 from petehuang/patch-1
DOC: Update INSTALL for Python 3.6
1 parent 82f8338 commit d6fcd92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ themselves.
177177
Required Dependencies
178178
^^^^^^^^^^^^^^^^^^^^^
179179

180-
:term:`python` 2.7, 3.4, or 3.5
180+
:term:`python` 2.7, 3.4, 3.5 or 3.6
181181
`Download python <http://www.python.org/download/>`_.
182182

183183
:term:`numpy` |minimum_numpy_version| (or later)
@@ -332,7 +332,7 @@ Building on Windows
332332

333333
The Python shipped from http://www.python.org is compiled with Visual Studio
334334
2008 for versions before 3.3, Visual Studio 2010 for 3.3 and 3.4, and
335-
Visual Studio 2015 for 3.5. Python extensions are recommended to be compiled
335+
Visual Studio 2015 for 3.5 and 3.6. Python extensions are recommended to be compiled
336336
with the same compiler.
337337

338338
Since there is no canonical Windows package manager, the methods for building

0 commit comments

Comments
 (0)