Skip to content

Commit

Permalink
changed macosx tutorial to properly handle different mac arch possibi… (
Browse files Browse the repository at this point in the history
#1544)

* changed macosx tutorial to properly handle different mac arch possibilities with single command

* Update mac_osx.rst

Improve rendering with code-block

* Update mac_osx.rst

Added newline before the code-block directive to rectify rendering issue

* Update mac_osx.rst

removed extraneous backtick in the changed command to help with rendering

* Update mac_osx.rst

adding newline after code-block directive to render correctly

* Update docs/tutorials/getting_started/mac_osx.rst

remove numbering and re-add double quotes around second command

Co-authored-by: Ludovico Bianchi <[email protected]>

---------

Co-authored-by: Keith Beattie <[email protected]>
Co-authored-by: Ludovico Bianchi <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent 00afe0c commit ce941ce
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 ce941ce

Please sign in to comment.