Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dev/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down