p2: update readme

This commit is contained in:
leo 2023-02-27 04:27:46 +01:00
parent 5927e4d86d
commit 9910d77026
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -19,3 +19,11 @@ to visualise the computed data:
```sh ```sh
python visualise.py python visualise.py
``` ```
alternatively, from current folder you could do both of the above in a single
step:
```diff
# compute stuff and visualise.
-./p2 -datafile=./data/m.csv
+./p2 -datafile=./data/m.csv -vis
```