From 79b3b4af1c0b7cb10d7aaf9c0d1092f308632301 Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:18:28 +0800 Subject: [PATCH] Create README.md in EvoX example --- examples/with_evox/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/with_evox/README.md diff --git a/examples/with_evox/README.md b/examples/with_evox/README.md new file mode 100644 index 0000000..4c41c5f --- /dev/null +++ b/examples/with_evox/README.md @@ -0,0 +1,9 @@ +# Notice +This part is based on the JAX-Version EvoX. + +To run this example, please install EvoX with the [jax-version branch: (v0.9.1-dev)](https://github.com/EMI-Group/evox/tree/v0.9.1-dev) + +Use this command to install EvoX's JAX Version: +```bash +pip install git+https://github.com/EMI-Group/evox/tree/v0.9.1-dev +```