From a47ae95a3b6b2db472bc0f8d0e2427b07cfd3157 Mon Sep 17 00:00:00 2001 From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de> Date: Mon, 25 Nov 2024 12:15:35 +0100 Subject: [PATCH] Feat: further improvements --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f029d..e07f52e 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ When VAPython is installed, a list of examples can be shown using the example ru python -m vapython.examples ``` By entering the respective number, one of the examples can be selected and opened. +Note, that this will use the default application for `.py` files that is registered with your operating system. +This might not be a text editor. -Alternatively, a specific example can be opened using the respective name: +Alternatively, a specific example can directly be executed using the respective name: ```bash python -m vapython.examples.<example_name> ``` -- GitLab