From 9910d7702660c01e6df52fa4aced963f1f4dc0a9 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 27 Feb 2023 04:27:46 +0100 Subject: [PATCH] p2: update readme --- p2/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/p2/README.md b/p2/README.md index 314cc81..71f770e 100644 --- a/p2/README.md +++ b/p2/README.md @@ -19,3 +19,11 @@ to visualise the computed data: ```sh 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 +```