From e29f6d9036a9513bbdcea9d27aefa15f8aafde67 Mon Sep 17 00:00:00 2001 From: Mathew Topper Date: Thu, 24 Feb 2022 12:26:09 +0000 Subject: [PATCH] Add link to release examples asset --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b0028f..59e77bd 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,12 @@ More detailed examples are provided in the section below. ### Prerequisites -Examples are provided in the `examples` folder. As plots are generated in the -examples, the `matplotlib` library is also required. To install it, type: +Examples are provided in the `examples.zip` asset of the [latest +release][118]. Alternatively, they can be found in the `examples` folder of +the source code. + +As plots are generated in the examples, the `matplotlib` library is also +required. To install it, type: ``` (snld3d) > conda install -y matplotlib @@ -384,3 +388,4 @@ Retrieved 24 January 2022, from https://www.grc.nasa.gov/www/wind/valid/tutorial [115]: https://python-semantic-release.readthedocs.io/en/latest/ [116]: https://github.com/SNL-WaterPower/SNL-Delft3D-CEC [117]: https://www.deltares.nl/en/software/delft3d-4-suite/ +[118]: https://github.com/Data-Only-Greater/SNL-Delft3D-CEC-Verify/releases/latest