From 2b6ca5d46037ae1fc87d94172579f7bb3004b13e Mon Sep 17 00:00:00 2001 From: Fabrice Rastello Date: Mon, 30 Mar 2026 22:07:19 +0200 Subject: [PATCH] added comment on how to use the tutorial --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8105ab54..bc49aeac 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ make test # Run minimal unit tests **Note:** The macOS distribution is experimental and not fully integrated or tested. We expose it for development purposes (feel free to contribute!). +### Tutorial +Once you installed XTC, you can run the tutorial which uses marimo (an alternative to jupyter notebook): +```bash +cd docs/tutorials +marimo run xtc_101.py +``` + ### Code quality Code quality requirements: