From ac60271a7b1720ddd445a2d5d6b1aab011c2f7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20F=2E=20Rendeiro?= Date: Tue, 12 Mar 2024 09:47:35 +0100 Subject: [PATCH] Fix instructions to install dependencies in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c48514a..4793336 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Models can be designed and tested on CPUs but trainers are all Distributed Data- ``` pip install --upgrade pip # To support manylinux2010 wheels. -pip install jax, flax, optax +pip install jax flax optax ``` Then, install nanodl from PyPi: