Added example of gen_static.py output
This commit is contained in:
parent
743f4ce301
commit
befd6ae395
|
@ -26,4 +26,11 @@ Trip report saved to Ketamine.json.
|
||||||
|
|
||||||
Just run `gen_static.py`, it's fully interactive.
|
Just run `gen_static.py`, it's fully interactive.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python3 gen_static.py
|
||||||
|
Enter path to JSON report: Ketamine.json
|
||||||
|
Enter path for destination HTML file: ketamine.html
|
||||||
|
HTML report saved to ketamine.html.
|
||||||
|
```
|
||||||
|
|
||||||
## Note: gen_raw.py is currently broken.
|
## Note: gen_raw.py is currently broken.
|
Loading…
Reference in New Issue