From 797ddc94a6331f88b18f68ba4d3c94955aff7e68 Mon Sep 17 00:00:00 2001 From: Chamath Palihawadana Date: Sat, 13 Jun 2020 16:33:32 +0100 Subject: [PATCH] Added MacOS clarification --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f56b1583..0d333c83 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,5 @@ - Install the libraries listed in ```requirements.txt``` - I.e. with pip: run ```pip3 install -r requirements.txt``` - Go to directory of respective dataset for instructions on generating data -- ```models``` directory contains instructions on running baseline reference implementations \ No newline at end of file + - in MacOS check if ```wget``` is installed and working +- ```models``` directory contains instructions on running baseline reference implementations