Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Put in seaborn dependency
  • Loading branch information
mirams authored Jan 10, 2017
1 parent e348229 commit b0e0a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0e0a6a

Please sign in to comment.