Skip to content

Commit

Permalink
Merge pull request #289 from JaxGaussianProcesses/henry/quickfix/docs
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
thomaspinder authored Jun 5, 2023
2 parents 6138af4 + 5623494 commit dddfaa3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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#).
Expand Down

0 comments on commit dddfaa3

Please sign in to comment.