diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2016-12-08 19:02:21 +0500 |
---|---|---|
committer | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2016-12-09 16:22:24 +0500 |
commit | f7e3fd2d92052d8fd420a3aafa0acc79dcc240bb (patch) | |
tree | ae47713782c5e11785bcca7ef16466be57ec15b3 /doc/source/user | |
parent | 15f52f530c4dc1af69e93aae60d81c2008101639 (diff) | |
download | numpy-f7e3fd2d92052d8fd420a3aafa0acc79dcc240bb.tar.gz |
DOC: Fix Python versions
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 2e7e1823c..c823ec570 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -11,7 +11,7 @@ Prerequisites Building NumPy requires the following software installed: -1) Python 2.6.x, 2.7.x, 3.2.x or newer +1) Python 2.7.x, 3.4.x or newer On Debian and derivatives (Ubuntu): python, python-dev (or python3-dev) |