From 11a047fb2fed564b648cb7b669fa402768282734 Mon Sep 17 00:00:00 2001 From: I-E-E-E <63149745+I-E-E-E@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:15:12 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9feafc1..06f91e5 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ This codebase is supported on Ubuntu and has not been tested on Windows or macOS Install the requirements with: ``` conda create -n lwm python=3.10 +conda activate lwm pip install -U "jax[cuda12_pip]==0.4.23" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html pip install -r requirements.txt ```