Skip to content

Commit

Permalink
Merge branch 'main' into price-taker-model
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie authored Feb 13, 2025
2 parents 1b4d381 + ce941ce commit 776dc53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/tutorials/getting_started/mac_osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ Install Prerequisites
^^^^^^^^^^^^^^^^^^^^^

**Install Miniforge**
1. Download `Miniforge <https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh>`_
2. Open a terminal window & run the downloaded script.

.. code-block:: console
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash "Miniforge3-$(uname)-$(uname -m).sh"
Install IDAES-PSE
Expand All @@ -58,4 +61,4 @@ Install IDAES Examples
Run IDAES Tests
^^^^^^^^^^^^^^^

.. include:: install_templates/run_tests.txt
.. include:: install_templates/run_tests.txt

0 comments on commit 776dc53

Please sign in to comment.