##// END OF EJS Templates
Add an important directive for Py2/Py3 support
Carol Willing -
Show More
@@ -1,13 +1,13 b''
1 1 .. image:: https://codecov.io/github/ipython/ipython/coverage.svg?branch=master
2 2 :target: https://codecov.io/github/ipython/ipython?branch=master
3 3
4 .. image:: https://img.shields.io/pypi/dm/IPython.svg
4 .. image:: https://img.shields.io/pypi/dm/IPython.svg
5 5 :target: https://pypi.python.org/pypi/ipython
6 6
7 .. image:: https://img.shields.io/pypi/v/IPython.svg
7 .. image:: https://img.shields.io/pypi/v/IPython.svg
8 8 :target: https://pypi.python.org/pypi/ipython
9 9
10 .. image:: https://img.shields.io/travis/ipython/ipython.svg
10 .. image:: https://img.shields.io/travis/ipython/ipython.svg
11 11 :target: https://travis-ci.org/ipython/ipython
12 12
13 13
@@ -22,8 +22,15 b' Welcome to IPython. Our full documentation is available on `ipython.readthedocs'
22 22 <https://ipython.readthedocs.io/en/stable/>`_ and contains information on how to install, use and
23 23 contribute to the project.
24 24
25 Officially, IPython requires Python version 3.3 and above.
26 IPython 5.x is the last IPython version to support Python 2.7.
25 .. important::
26 **IPython versions and Python Support**
27
28 **IPython 6** requires Python version 3.3 and above.
29
30 **IPython 5.x LTS** is the compatible release for Python 2.x, 3.0, 3.1, 3.2.
31 If you require Python 2 support, you **must** use IPython 5.x LTS. Please
32 update your project configurations and requirements as necessary.
33
27 34
28 35 The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
29 36 See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html>`__
General Comments 0
You need to be logged in to leave comments. Login now