Skip to content

Commit

Permalink
Clarify installation instructions regarding zsh / M1 / MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Oct 17, 2023
1 parent 1d699e6 commit ea4bbec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ We have included an `environment.yml` that makes it easy to create a conda envir
cd rail
conda env create -f environment.yml -n [env] # or mamba env create, which is much faster
conda activate [env]
conda install healpy
pip install -e .
rail clone-source --package-file rail_packages.yml
rail install --package-file rail_packages.yml --from-source
Expand Down Expand Up @@ -290,7 +289,7 @@ Installing Delight
pip install pz-rail-delight
.. group-tab:: zsh (e.g., Mac M1+ default)
.. group-tab:: Mac M1+

For Delight you should be able to just do:

Expand Down

0 comments on commit ea4bbec

Please sign in to comment.