From 5623494080af1c6a1afb8e5a95031889e661e012 Mon Sep 17 00:00:00 2001 From: hmoss <32096840+henrymoss@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:58:53 +0100 Subject: [PATCH] WIP --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7671481c..fb00bd6d 100644 --- a/README.md +++ b/README.md @@ -174,12 +174,7 @@ pip install gpjax > conda create -n gpjax_experimental python=3.10.0 > conda activate gpjax_experimental > ``` -> -> and recommend you check your installation passes the supplied unit tests: -> -> ```python -> poetry run pytest -> ``` + Clone a copy of the repository to your local machine and run the setup configuration in development mode. @@ -189,6 +184,12 @@ cd GPJax poetry install ``` +> We recommend you check your installation passes the supplied unit tests: +> +> ```python +> poetry run pytest +> ``` + # Citing GPJax If you use GPJax in your research, please cite our [JOSS paper](https://joss.theoj.org/papers/10.21105/joss.04455#).