We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a3be7 commit 327fcd8Copy full SHA for 327fcd8
1 file changed
docs/source/ch04_installation.rst
@@ -220,6 +220,7 @@ Instructions for installing `mamba` can be found
220
221
Installation option #1 (necesary for Windows):
222
223
+.. code-block:: bash
224
225
mamba env create -f ./installation/sira_env.yml
226
mamba activate sira_env
@@ -229,6 +230,8 @@ Installation option #1 (necesary for Windows):
229
230
231
Installation option #2 (for Linux workstations, needs to be adapted for HPC env):
232
233
234
+
235
sudo apt-get update
236
grep -vE '^\s*#|^\s*$' ./installation/packagelist_linux.txt | \
237
xargs -r sudo apt-get install -y --no-install-recommends
0 commit comments