Update conda install instructions for macOS Apple silicon (#3488)

This commit is contained in:
Paul Romano 2025-07-03 17:59:40 -05:00 committed by GitHub
parent dd8d621f0b
commit d700d395de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 5 deletions

View file

@ -35,6 +35,13 @@ you wish) with OpenMC installed.
conda create --name openmc-env openmc
conda activate openmc-env
If you are installing on macOS with an Apple silicon ARM-based processor, you
will also need to specify the `--platform` option:
.. code-block:: sh
conda create --name openmc-env --platform osx-arm64 openmc
You are now in a conda environment called `openmc-env` that has OpenMC
installed.