Skip to content

Commit fc48746

Browse files
committed
Merge pull request #564 from rajathkumarmp/patch-2
IPython install edit
2 parents 4fe4501 + 510b3c6 commit fc48746

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/dev/env.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ most out of using Python interactively. Its main components are:
270270
271271
$ pip install ipython
272272
273+
To download and install IPython with all it's optional dependencies for the notebook, qtconsole, tests, and other functionalities
274+
275+
.. code-block:: console
276+
277+
$ pip install ipython[all]
273278
274279
BPython
275280
-------

0 commit comments

Comments
 (0)