From c9834c405960cfb0c4e8aeaf4da81f57b8ff7e70 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 26 Feb 2023 21:26:58 +0100 Subject: [PATCH] readme: update instructions --- p2/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/p2/README.md b/p2/README.md index 9d1e1e2..314cc81 100644 --- a/p2/README.md +++ b/p2/README.md @@ -9,7 +9,13 @@ go build -v . ``` ### run +to compute correlations, impulse function: ```sh # pass a csv data file. ./p2 -datafile=./data/m.csv ``` + +to visualise the computed data: +```sh +python visualise.py +```