From dae19c8d4034a8df8603326a1fad1274b365e676 Mon Sep 17 00:00:00 2001 From: Lomholy <111510975+Lomholy@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:22:47 +0100 Subject: [PATCH] Update my_configurator in README.md Updated my_configurator in ubuntu to reflect the changes made with mcstas 3.5.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0958e78c..5c714694 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ After installation it is necessary to configure the package so the McStas/McXtra import mcstasscript as ms my_configurator = ms.Configurator() my_configurator.set_mcrun_path("/usr/bin/") - my_configurator.set_mcstas_path("/usr/share/mcstas/2.5/") + my_configurator.set_mcstas_path("/usr/share/mcstas/resources/") my_configurator.set_mxrun_path("/usr/bin/") my_configurator.set_mcxtrace_path("/usr/share/mcxtrace/1.5/")