From ed11641f3b0161931ffc42bddebca3207077e032 Mon Sep 17 00:00:00 2001 From: Zeyun Date: Fri, 8 Aug 2025 08:37:29 -0700 Subject: [PATCH] update readme a bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86761d..68f0738 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ documentation. *We currently only support Python3.8+.* -2. If you are using a Mac with an Apple M1 or newer chip, you should install `cbgen` package from conda-forge first to ensure compatibility (see this [link]((https://github.com/google/jax/issues/5501)) for previous issue). **On most HPC systems**, this is usually not necessary. +2. If you are using a Mac with an Apple M1 or newer chip, you should install `cbgen` package or other required pacakges from conda-forge first to ensure compatibility (see this [link](https://github.com/google/jax/issues/5501) for previous issue). One easy workaround is to initiate your conda using `miniforge`. **On most HPC systems**, this is usually not necessary. ```bash conda install -c conda-forge cbgen