diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2022-02-22 15:48:23 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2022-02-22 15:48:23 +0000 |
commit | be457be926ac78eabab2ca6a7cfc7b9cb8b3661f (patch) | |
tree | a98d8ca5ce1537a253941cb8b0b8ccf3649f3e6f | |
parent | fb44e2151126530de4ae2fe61a1cf5324a94ae8f (diff) | |
download | fullSWOF-utils-be457be926ac78eabab2ca6a7cfc7b9cb8b3661f.tar.gz |
doc: Add runtime requirements for boundaryProfile.py and specificPoints.py.
* doc/fullswof-utils.texi: Edit table.
-rw-r--r-- | doc/fullswof-utils.texi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index a4fb8d2..b1e7275 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -186,7 +186,7 @@ installed. In addition extra packages are required by the individual programs as follows: @table @command -@item makeBoundary: +@item boundaryProfile.py, makeBoundary, slope.py and specificPoints.py: @enumerate @item @url{https://matplotlib.org/, Matplotlib}, a library for @@ -197,15 +197,6 @@ creating plots and visualisations in Python. computation. @end enumerate -@item slope.py: -@enumerate -@item -Matplotlib. - -@item -NumPy. -@end enumerate - @end table @node Invoking makeBoundary, , Runtime Dependencies, Usage |