Skip to content

Commit 4a40fe3

Browse files
committed
updated
1 parent a35561e commit 4a40fe3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/dev/env.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,13 @@ most out of using Python interactively. Its main components are:
268268

269269
.. code-block:: console
270270
271-
$ pip install ipython[all]
271+
$ pip install ipython
272272
273+
To download and install IPython with all it's main 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)