mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Update conda install instructions for macOS Apple silicon (#3488)
This commit is contained in:
parent
dd8d621f0b
commit
d700d395de
3 changed files with 20 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue