From 1f29380c42e476858219f70230c07dadc011bd84 Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:53:39 +0200 Subject: [PATCH] [wheel build] release Python 2.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ba86f..c15d293 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ In order to install the Python API with the latest changes, follow the developer make python-install ``` -**Note: this implies that both SWIG is installed and available. +**Note: this implies that 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