From 6eb8601ef2de5a4711bb242bbd527712a37cf3fa Mon Sep 17 00:00:00 2001 From: James Fulton Date: Thu, 26 Sep 2024 09:23:12 +0000 Subject: [PATCH] fix install typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4d738..f0f1812 100644 --- a/README.md +++ b/README.md @@ -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: