From 8b60a36087eda9315f0c5c862eba0542f5da23f4 Mon Sep 17 00:00:00 2001 From: fhchl Date: Fri, 11 Aug 2023 11:21:41 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27be40b..4dac783 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,9 @@ straight-forward simulation, fitting and linearization of dynamical systems. See ## Installing -Requires Python 3.9+, JAX 0.4.13+, Equinox 0.10.10+ and Diffrax 0.4.0+ +Requires Python 3.9+, JAX 0.4.13+, Equinox 0.10.10+ and Diffrax 0.4.0+. -On Windows, use WSL or the unofficial builds [here][jaxlibwin] to install jaxlib, e.g. like this: - - pip install --find-links https://whls.blob.core.windows.net/unstable/index.html jaxlib==0.4.11 jax==0.4.13 - -With the correct version of JAX installed: +With the correct version of jaxlib installed: pip install . @@ -42,4 +38,3 @@ To also test the examples, do [jax]: https://github.com/google/jax [diffrax]: https://github.com/patrick-kidger/diffrax [equinox]: https://github.com/patrick-kidger/equinox -[jaxlibwin]: https://github.com/cloudhan/jax-windows-builder