Skip to content

Commit

Permalink
Merge pull request #70 from alan-turing-institute/typo
Browse files Browse the repository at this point in the history
Fix install typo
  • Loading branch information
phinate authored Sep 26, 2024
2 parents 6b674da + 6eb8601 commit d84dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python -m pip install .
To run metrics on GPU:

```zsh
python -m install --upgrade "jax[cuda12]"
python -m pip install --upgrade "jax[cuda12]"
```
### For making changes to the library:

Expand Down

0 comments on commit d84dde0

Please sign in to comment.