@@ -11,6 +11,7 @@ This Python3 code uses other Python3 modules:
- opcua
- recordclass
- yaml
- numpy
We recommend to install a virtual environment and then install the dependencies there. For convenience we have added the relevant modules to the file `requirements.txt` that can be used to install them with pip3: `python3 -m pip install -r requirements.txt`