Skip to content

Commit

Permalink
ARM-OSX installation documented (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored May 13, 2024
1 parent 7d66e32 commit 0c0f4c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ As **Beginner** start with an installation of Miniforge3

If you use already Mambaforge please read the `FAQ <https://github.com/conda-forge/miniforge#faq>`__



Install MSS
~~~~~~~~~~~

Expand All @@ -63,6 +65,16 @@ versions for dependencies. ::
(mssenv) $ msui


.. hint::
For installing MSS on the ARM-MAC Apple devices because not all dependencies
are crosscompiled you need to set an additional subdir. ::

$ mamba create -n mssenv
$ mamba activate mssenv
(mssenv) $ mamba config --env --set subdir osx-64
(mssenv) $ mamba install mss=$mss_version python
(mssenv) $ msui


Mamba Server based installation example
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 0c0f4c0

Please sign in to comment.