diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 391f230..dae86e4 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -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 -------