From f3077f31b315b4d43f689c20072de4e687f88a42 Mon Sep 17 00:00:00 2001 From: Filippo Grazioli Date: Thu, 15 Dec 2022 17:59:04 +0100 Subject: [PATCH] upd README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b459b7..90a6820 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Generate figures of the Julia and Mandelbrot sets with Jax. This package requires Jax - see the [official JAX documentation](https://github.com/google/jax#installation). ``` pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html -cd mandelbrot-jax +cd fractal-jax pip install . ```