From faae055ebce43bfa6f6fa50c7dbc4e2a161302de Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 13 Nov 2023 20:59:43 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e609cb6..8cdf6ac1 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ If you're having trouble installing GPy via `pip install GPy` here is a probable cd GPy git checkout devel python setup.py build_ext --inplace - nosetests GPy/testing + pytest . ### Direct downloads