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 +``` + +