diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-24 12:07:57 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-24 12:07:57 -0700 |
commit | c8135c55e69362bb1980c6cf7cb77cc618a426fa (patch) | |
tree | ebfa1bb4658b8ef636d9d134797e29287b939fe2 | |
parent | 9849922aa4ace91906878df51053a32e2719a722 (diff) | |
parent | 8f890ac6dede6f8da6ea83228f830f50757f7aec (diff) | |
download | numpy-c8135c55e69362bb1980c6cf7cb77cc618a426fa.tar.gz |
Merge pull request #7109 from argriffing/python-ver-dep-docs
DOC: update Python versions requirements in the install docs
-rw-r--r-- | INSTALL.rst.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 0b778d917..f4e96fc1f 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -14,8 +14,8 @@ Prerequisites Building NumPy requires the following software installed: -1) For Python 2, Python__ 2.6.x or newer. - For Python 3, Python__ 3.2.x or newer. +1) For Python 2, Python__ 2.7.x or newer. + For Python 3, Python__ 3.4.x or newer. On Debian and derivative (Ubuntu): python python-dev |