p2: update readme
This commit is contained in:
parent
5927e4d86d
commit
9910d77026
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user