From 747c6e6605c8f4fedb3a0c49cdbd676ab5323930 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Thu, 26 Sep 2019 07:42:26 +1000 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74f966d..358d95c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ pip install git+http://git.wrl.unsw.edu.au:3000/danh/pywafo.git@basic pip install git+http://git.wrl.unsw.edu.au:3000/danh/daqviewer.git ``` +## Note on wafo + +`pywafo` is part of the Wave Analysis for Fatigue and Oceanography (WAFO) project. +[www.maths.lth.se/matstat/wafo/](http://www.maths.lth.se/matstat/wafo/) + +The full version of WAFO has issues on Windows, related to difficulties in building fortran modules from source. That is why the `basic` branch is used in the instructions above. + ## Usage ```