From 642193b0c6117f596387f010ce5611784b19125b Mon Sep 17 00:00:00 2001 From: AntoineTSP Date: Mon, 15 Apr 2024 20:11:41 +0200 Subject: [PATCH] Add Quarto line command --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 743d3be..189f505 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,22 @@ Where 'url' is the [bases.athle](https://bases.athle.fr/) URL of the competition Example : ![cli_output_example](/src/cli_output_example.png) +## Get HTML file with Quarto + +Quarto is to be downloaded here: [Quarto URL](https://quarto.org/docs/get-started/). + +To convert the main.ipynb to HTML, run: + +```sh +quarto render .\main.ipynb --to html +``` + +To preview the HTML in localhost, run: + +```sh +quarto preview .\main.ipynb +``` + ## Features Under Development We are continuously working to improve ResultAthle and add new features. Here are some of the features that are currently under development: