From 870da28f00bbec974494d8dbe0180b1d8f747463 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 15 Feb 2019 22:48:36 +1100 Subject: [PATCH] Update installation instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9dc98..16bc0eb 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,20 @@ https://realtimedata.waternsw.com.au ## Installation ## +1. Install `waternsw-grabber` + ``` pip install git+http://git.wrl.unsw.edu.au:3000/danh/waternsw-grabber.git ``` -Firefox is required (ww.firefox.com), +2. Install `Firefox` +https://www.mozilla.org/en-GB/firefox/ + +3. Download the Mozilla `geckodriver` +https://github.com/mozilla/geckodriver/releases + +4. Ensure `geckodriver` is in your system search path +(the easiest way is to keep the executable in your working directory) ## Usage ##