From e3bb8564d38fa691817e49545a167bf5e261c37c Mon Sep 17 00:00:00 2001 From: Mark Royer Date: Tue, 16 Apr 2019 00:31:42 -0400 Subject: [PATCH] Add initial README with seaborn dependency --- examples/python/example-schupbach2018/README.md | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 examples/python/example-schupbach2018/README.md diff --git a/examples/python/example-schupbach2018/README.md b/examples/python/example-schupbach2018/README.md new file mode 100644 index 0000000..445e52d --- /dev/null +++ b/examples/python/example-schupbach2018/README.md @@ -0,0 +1,9 @@ +# Dependencies + +This example requires the seaborn package. You can install the package, by typing the following. + +```sh +pip install seaborn +``` + + -- libgit2 0.24.6