Skip to content

Commit 01b2c3b

Browse files
committed
🐛 specify relative link to config file from root
- same as for main.py - config does not yet work
1 parent 402bc01 commit 01b2c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install -e . # in case you pwd is in the vuegen directory
4545
## Execution
4646

4747
```bash
48-
python vuegen/main.py --config report_config_micw2graph.yaml --report_type streamlit
48+
python vuegen/main.py --config example_data/MicW2Graph/report_config_micw2graph.yaml --report_type streamlit
4949
```
5050

5151
The current report types are streamlit, html, pdf, docx, odt, revealjs, pptx, and jupyter.

0 commit comments

Comments
 (0)