Mark Royer

Add initial README with seaborn dependency

1 +# Dependencies
2 +
3 +This example requires the seaborn package. You can install the package, by typing the following.
4 +
5 +```sh
6 +pip install seaborn
7 +```
8 +
9 +