update - 2

This commit is contained in:
Rajath Kumar M.P
2015-10-02 19:20:07 +05:30
parent 4a40fe3a22
commit 510b3c61da
+2 -2
View File
@@ -270,11 +270,11 @@ most out of using Python interactively. Its main components are:
$ pip install ipython
To download and install IPython with all it's main optional dependencies for the notebook, qtconsole, tests, and other functionalities
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]
$ pip install ipython[all]
BPython
-------