From be457be926ac78eabab2ca6a7cfc7b9cb8b3661f Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 22 Feb 2022 15:48:23 +0000 Subject: doc: Add runtime requirements for boundaryProfile.py and specificPoints.py. * doc/fullswof-utils.texi: Edit table. --- doc/fullswof-utils.texi | 11 +---------- 1 file changed, 1 insertion(+), 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 -- cgit