We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0080aa3 commit dbf05d3Copy full SHA for dbf05d3
docs/source/installing.rst
@@ -22,8 +22,15 @@ This will download and install the package along with all its required dependenc
22
Installing dependencies for the Plasma Shape Editor
23
---------------------------------------------------
24
25
-The Plasma Shape Editor requires a magnetic equilibrium solver. See the following page
26
-for further details on how to set this up:
+The Plasma Shape Editor requires a magnetic equilibrium solver. If you are on SDCC,
+you can simply load the latest NICE module:
27
+
28
+.. code-block:: bash
29
30
+ module load NICE
31
32
+If the NICE module is not available, you must compile NICE manually.
33
+See the following page for further details on how to set this up:
34
35
.. toctree::
36
:maxdepth: 1
0 commit comments