Skip to content

Commit

Permalink
Update mac_osx.rst
Browse files Browse the repository at this point in the history
Improve rendering with code-block
  • Loading branch information
azaidi06 authored Feb 6, 2025
1 parent 2b7dffe commit f658fc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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,9 @@ Install Prerequisites
^^^^^^^^^^^^^^^^^^^^^

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

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

0 comments on commit f658fc2

Please sign in to comment.