Skip to content

Commit a0a7e9f

Browse files
author
MFC Action
committed
Docs @ 36d989f
1 parent 2c7f80a commit a0a7e9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/md_getting-started.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ <h1><a class="anchor" id="autotoc_md65"></a>
158158
<div class="line">sudo apt upgrade</div>
159159
<div class="line">sudo apt install tar wget make cmake gcc g++ \</div>
160160
<div class="line"> python3 python3-dev \</div>
161-
<div class="line"> &quot;openmpi-*&quot; libopenmpi-dev</div>
161+
<div class="line"> &quot;openmpi-*&quot; libopenmpi-dev \</div>
162+
<div class="line"> python3-venv</div>
162163
</div><!-- fragment --><ul>
163164
<li><b>Via <a href="https://wiki.archlinux.org/title/pacman">Pacman</a>:</b></li>
164165
</ul>
@@ -220,7 +221,7 @@ <h1><a class="anchor" id="autotoc_md65"></a>
220221
<div class="line">export CXX=g++-$MFC_GCC_VER</div>
221222
<div class="line">export FC=gfortran-$MFC_GCC_VER</div>
222223
</div><!-- fragment --><p><b>Close the open editor and terminal window</b>. Open a <b>new terminal</b> window before executing the commands below.</p>
223-
<div class="fragment"><div class="line">brew install wget make python make cmake coreutils gcc@$MFC_GCC_VER mpich</div>
224+
<div class="fragment"><div class="line">brew install wget python cmake gcc@$MFC_GCC_VER mpich</div>
224225
</div><!-- fragment --><p>They will download the dependencies MFC requires to build itself.</p>
225226
<p></p>
226227
</details>

0 commit comments

Comments
 (0)