diff options
-rw-r--r-- | doc/fullswof-utils.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index c19f706..0cac4a5 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -147,10 +147,29 @@ ln -s /path/to/installation/directory/python/makeBoundary * Runtime Dependencies:: @end menu + @node Runtime Dependencies, , Usage, Usage @comment node-name, next, previous, up @section Runtime Dependencies +The @emph{fullSWOF-utils} programs utilise functions provided by the +@emph{Python Standard Library}. @emph{FullSWOF-utils} will be able to +access these functions on systems that have the @emph{python} package +installed. In addition extra packages are required by the individual +programs as follows: + +@table @command +@item makeBoundary: +@enumerate +@item +@url{https://matplotlib.org/, Matplotlib}, a library for +creating plots and visualisations in Python. + +@item +@url{https://numpy.org/, NumPy}, a Python package for scientific +computation. +@end enumerate +@end table @node GNU Free Documentation License, Index, Usage, Top @appendix GNU Free Documentation License |