From dece96c54146feb45feb5d96e03fd6e0b8e7dcc6 Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Sat, 9 Sep 2023 17:21:35 +0200 Subject: [PATCH] Update README.md [skip ci] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d76146..54eb2fc 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,7 @@ In order to install the Python API with the latest changes, follow the developer make python-install ``` -**Note: this implies that both HDF5 and SWIG are installed and available. -At the moment, it is not possible to configure the Python API without HDF5 library.** +**Note: this implies that both SWIG is installed and available. We rely on the `pytest` package for unit testing. It can be installed via `pip install pytest`. To test the installation, run