This commit is contained in:
Rajath Kumar M.P
2015-10-02 12:34:28 +05:30
parent a35561efc9
commit 4a40fe3a22
+6 -1
View File
@@ -268,8 +268,13 @@ most out of using Python interactively. Its main components are:
.. code-block:: console
$ pip install ipython[all]
$ pip install ipython
To download and install IPython with all it's main optional dependencies for the notebook, qtconsole, tests, and other functionalities
.. code-block:: console
$pip install ipython[all]
BPython
-------