From b0e0a6a1f145f5ac0cd0962572ce57fdefc69a19 Mon Sep 17 00:00:00 2001 From: Gary Mirams Date: Tue, 10 Jan 2017 18:04:06 +0000 Subject: [PATCH] Update README.md Put in seaborn dependency --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 038f417..e0e298c 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ The following python packages are pre-requisites for running `PyHillFit`: * [matplotlib](http://matplotlib.org/) * [scipy](https://www.scipy.org/) * [pandas](http://pandas.pydata.org/) + * [seaborn](http://seaborn.pydata.org/) On most linux distributions you can install these via `pip`, which itself can be installed, if it isn't already present, following the instructions [on the pip homepage](https://pip.pypa.io/en/latest/installing/). Then all the above dependencies can be installed in one go with: ``` -sudo pip install numpy cma matplotlib scipy pandas +sudo pip install numpy cma matplotlib scipy pandas seaborn ``` ## Crumb dataset