You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc_sources/Usage.rst
+5-8
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,18 @@ The cfspopcon package is available on the `Python Package Index <https://pypi.or
11
11
.. code::
12
12
13
13
>>> pip install cfspopcon
14
-
15
14
.. warning::
16
-
The :code:`cfspopcon.atomic_data` module requires data files produced by the `radas project <https://github.com/cfs-energy/radas>`_. Radas produces these files by processing `OpenADAS <https://open.adas.ac.uk/adf11>`_ data. These files are not shipped as part of :code:`cfspopcon`. Follow the below steps after the:code:`pip install cfspopcon` command (we will try to make this smoother in the future. N.b. this only has to be done once).
15
+
The :code:`cfspopcon.atomic_data` module requires data files produced by the `radas project <https://github.com/cfs-energy/radas>`_. Radas produces these files by processing `OpenADAS <https://open.adas.ac.uk/adf11>`_ data. These files are not shipped as part of :code:`cfspopcon`, thus the below steps need to be run once after installing:code:`cfspopcon`. Please follow the below instructions from within the python environement :code:`cfspopcon` is installed into.
0 commit comments