From dec5bf8cefcc21c1363082fb1d2eb75a32b78af3 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Tue, 5 May 2020 12:46:57 +0100 Subject: [PATCH] using pods --- GPy/examples/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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