From 09d6703b23d21c9e84b94dd900432924c84d27d5 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 13 Jul 2015 06:53:12 -0400 Subject: [PATCH] Added requirements.txt installation option to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e24f486..c8dcb0e 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,12 @@ pip uninstall ipython pip install "ipython[all]" ``` +As an alternative, you can also use the provided ```requirements.txt``` file: + +``` +pip install -r requirements.txt +``` + For more details on installation, follow the directions [here](http://ipython.org/install.html). More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).