From b9778dcf8b2db5f3698b3965073c2181608c467c Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:29:25 +0800 Subject: [PATCH] Update README.md --- examples/with_evox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with_evox/README.md b/examples/with_evox/README.md index 4c41c5f..db1225f 100644 --- a/examples/with_evox/README.md +++ b/examples/with_evox/README.md @@ -5,5 +5,5 @@ To run this example, please install EvoX with the [jax-version branch: (v0.9.1-d Use this command to install EvoX's JAX Version: ```bash -pip install git+https://github.com/EMI-Group/evox/tree/v0.9.1-dev +pip install "git+https://github.com/EMI-Group/evox@v0.9.1-dev" ```