From a35561efc9d19687297d00e19ca8e0fdbcf8d2a6 Mon Sep 17 00:00:00 2001 From: "Rajath Kumar M.P" Date: Thu, 1 Oct 2015 18:39:55 +0530 Subject: [PATCH 1/3] IPython install edit Installs dependencies for notebook. --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 391f230..3c33b13 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -268,7 +268,7 @@ most out of using Python interactively. Its main components are: .. code-block:: console - $ pip install ipython + $ pip install ipython[all] BPython From 4a40fe3a22650924a3a1f3ed39e4d91624a2e0e0 Mon Sep 17 00:00:00 2001 From: "Rajath Kumar M.P" Date: Fri, 2 Oct 2015 12:34:28 +0530 Subject: [PATCH 2/3] updated --- docs/dev/env.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 3c33b13..ee5e6bb 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -268,8 +268,13 @@ most out of using Python interactively. Its main components are: .. code-block:: console - $ pip install ipython[all] + $ pip install ipython +To download and install IPython with all it's main optional dependencies for the notebook, qtconsole, tests, and other functionalities + +.. code-block:: console + + $pip install ipython[all] BPython ------- From 510b3c61da591fd696c10a3a0ed361236a9423de Mon Sep 17 00:00:00 2001 From: "Rajath Kumar M.P" Date: Fri, 2 Oct 2015 19:20:07 +0530 Subject: [PATCH 3/3] update - 2 --- docs/dev/env.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index ee5e6bb..dae86e4 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -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 -------