From b651eeb86a84a3c932dab48119b815c73ddb1bca Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Thu, 9 Jul 2015 08:29:13 -0400 Subject: [PATCH] Fixed #8, tweaked IPython Notebook install instructions section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93014ce..148e929 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ If you already have Python installed and are familiar with installing packages, pip install ipython ``` -Or if you want to also get the dependencies for the IPython Notebook: +Install the dependencies for the IPython Notebook: ``` pip install "ipython[notebook]"