Skip to content

Commit

Permalink
Update docs/getting_started/installation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Moon <zmoon92@gmail.com>
  • Loading branch information
rschwant and zmoon authored Oct 7, 2024
1 parent f1b43f5 commit ebb06b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ installing it is relatively simple. There are two methods available.
Option 1) Using Conda
^^^^^^^^^^^^^^^^^^^^^
We have recently created a conda-forge release of MELODIES MONET to make installation very simple
with just 3 lines of code below::
with just 1 line of code below::

$ conda create --name melodies-monet python=3.9
$ conda activate melodies-monet
$ conda install -y -c conda-forge melodies-monet wrf-python jupyterlab
$ conda create --name melodies-monet -y -c conda-forge python=3.9 melodies-monet wrf-python jupyterlab

.. note::
Currently, the wrf-python conda package is not compatible with Apple Silicon (Apple machines using Intel should be fine). If you need to run the WRF-Chem reader and only have access to a machine using Apple Silicon, you can try compiling it from source code from the official repos.
Expand Down

0 comments on commit ebb06b6

Please sign in to comment.