From eeb95c56961578d705661e6506c98d5b6cdba996 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 3 Apr 2024 11:17:26 +0200 Subject: Adding new __main__.py script to load ArContext as module function. --- docs/user_guide/utils/ready-made_scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/user_guide/utils/ready-made_scripts.md') diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md index 4767969..92a4502 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -9,12 +9,12 @@ Collection of command-line scripts to provide useful features. !!! note *Use -h option to get command arguments documentation.* -## ArGaze context handler +## ArContext handler -Load and execute any ArGaze context from a JSON CONFIGURATION file. +Load and execute any ArContext from a JSON CONFIGURATION file ```shell -python ./src/argaze/utils/context_run.py CONFIGURATION +python -m argaze CONFIGURATION ``` ## ArUco markers group exporter -- cgit v1.1