Merge pull request #564 from rajathkumarmp/patch-2

IPython install edit
This commit is contained in:
Ian Cordasco
2015-10-03 11:11:04 -05:00
+5
View File
@@ -270,6 +270,11 @@ most out of using Python interactively. Its main components are:
$ pip install ipython
To download and install IPython with all it's optional dependencies for the notebook, qtconsole, tests, and other functionalities
.. code-block:: console
$ pip install ipython[all]
BPython
-------