Skip to content

Commit

Permalink
updated installation doc for mac M1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai authored Oct 5, 2023
1 parent e83f8ab commit 07d438e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ cd BaSiCPy
pip install .
```

### For Mac users with M1 chip
### For Mac users with M1 / M2 chip

BaSiCPy requires [`jax`](https://github.com/google/jax/),
which has potential build issue with M1 chips.
One easiest solution is using [Miniforge](https://github.com/conda-forge/miniforge)
as explained [here](https://github.com/google/jax/issues/5501).
In the Miniforge environment, please try the following:
```bash
pip install "jax[cpu]==0.3.22" jaxlib
conda install -c conda-forge jax jaxlib
pip install basicpy
```

Expand Down

0 comments on commit 07d438e

Please sign in to comment.