Skip to content

Commit 327fcd8

Browse files
committed
gh-pages installation formatting fix 2
1 parent 91a3be7 commit 327fcd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/ch04_installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Instructions for installing `mamba` can be found
220220

221221
Installation option #1 (necesary for Windows):
222222

223+
.. code-block:: bash
223224
224225
mamba env create -f ./installation/sira_env.yml
225226
mamba activate sira_env
@@ -229,6 +230,8 @@ Installation option #1 (necesary for Windows):
229230
230231
Installation option #2 (for Linux workstations, needs to be adapted for HPC env):
231232

233+
.. code-block:: bash
234+
232235
sudo apt-get update
233236
grep -vE '^\s*#|^\s*$' ./installation/packagelist_linux.txt | \
234237
xargs -r sudo apt-get install -y --no-install-recommends

0 commit comments

Comments
 (0)