readme: update instructions

This commit is contained in:
leo 2023-02-26 21:26:58 +01:00
parent c3f9185077
commit c9834c4059
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -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
```