Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15969f6

Browse filesBrowse files
authored
Merge pull request #7698 from petehuang/patch-1
DOC: Update INSTALL for Python 3.6
2 parents cb89b8b + cd7dc0b commit 15969f6
Copy full SHA for 15969f6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎INSTALL

Copy file name to clipboardExpand all lines: INSTALL
+2-2Lines 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)
@@ -331,7 +331,7 @@ Building on Windows
331331

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.