From 619d0eb9203171dd442c806c45b7ada587f8d9fa Mon Sep 17 00:00:00 2001 From: Vadim Gubaidulin Date: Mon, 2 Feb 2026 23:42:23 +0100 Subject: [PATCH] Update README to correct TANGO bindings reference --- examples/SOLEIL_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SOLEIL_examples/README.md b/examples/SOLEIL_examples/README.md index 2ecb8dd..9a582a1 100644 --- a/examples/SOLEIL_examples/README.md +++ b/examples/SOLEIL_examples/README.md @@ -4,7 +4,7 @@ 1. Create a virtual environment and activate it. You need to have Python 3.11+. -2. Install pyAML including the tango-pyaml EPICS bindings. +2. Install pyAML, including the tango-pyaml TANGO bindings. ```bash pip install accelerator-middle-layer[tango-pyaml]