Create README.md in EvoX example

This commit is contained in:
WLS2002
2025-08-20 20:18:28 +08:00
committed by GitHub
parent 4422cc613e
commit 79b3b4af1c

View File

@@ -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
```