diff --git a/GPy/examples/__init__.py b/GPy/examples/__init__.py index 8c7a5b65..4c5929f1 100644 --- a/GPy/examples/__init__.py +++ b/GPy/examples/__init__.py @@ -4,7 +4,7 @@ Examples for GPy. The examples in this package usually depend on `pods `_ so make sure -you have that installed before running examples. +you have that installed before running examples. The easiest way to do this is to run `pip install pods`. `pods` enables access to 3rd party data required for most of the examples. """ from . import classification from . import regression