Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Dec 30, 2024
1 parent 6190905 commit 704999f
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 @@ -12,8 +12,8 @@ pip install --upgrade pip
conda create -n bpd python=3.12
conda activate bpd

# Install JAX
pip install -U "jax[cuda12]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html || pip install -U "jax[cpu]"
# Install JAX (on GPU)
pip install -U "jax[cuda12]"

# Install JAX-Galsim
pip install git+https://github.com/GalSim-developers/JAX-GalSim.git
Expand Down

0 comments on commit 704999f

Please sign in to comment.