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] 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