From 7881becf9c93ba7e313c6a8880cc71a58e95b198 Mon Sep 17 00:00:00 2001 From: kruger <kruger@astron.nl> Date: Wed, 13 Jan 2021 14:06:18 +0100 Subject: [PATCH] update requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a6cdd..23ec5e0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Python OPC-UA server to control the I2C devices in the LTS. This Python3 code uses other Python3 modules: - opcua -- pyyaml +- recordclass - 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` -- GitLab