nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
30 stars 58 forks source link

Add simpler install option for pyfftw on arm64 Mac #246

Closed bfhealy closed 12 months ago

bfhealy commented 12 months ago

When setting up new NMMA environments on arm64 Mac architecture, I have found that the command conda install -c conda-forge pyfftw successfully runs after the installation fails with pip. This PR updates the installation documentation to list this simple solution as the first to try for arm64 Mac users.