diff options
author | alex <argriffi@ncsu.edu> | 2016-01-24 13:47:30 -0500 |
---|---|---|
committer | alex <argriffi@ncsu.edu> | 2016-01-24 13:47:30 -0500 |
commit | 8f890ac6dede6f8da6ea83228f830f50757f7aec (patch) | |
tree | ebfa1bb4658b8ef636d9d134797e29287b939fe2 | |
parent | 9849922aa4ace91906878df51053a32e2719a722 (diff) | |
download | numpy-8f890ac6dede6f8da6ea83228f830f50757f7aec.tar.gz |
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 |