From 391c6a77fa53bab9c4f56a7c8de7dc0ea191cac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Wed, 14 May 2025 21:36:25 +0200 Subject: bindings/README: add python dependencies --- bindings/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindings/README.md b/bindings/README.md index 6c9578d..716c671 100644 --- a/bindings/README.md +++ b/bindings/README.md @@ -9,9 +9,11 @@ Install with pip or via OS package manager. pybind11 numpy setuptools + soundfile + matplotlib Debian: - apt install python3-pybind11 python3-numpy python3-setuptools + apt install python3-pybind11 python3-numpy python3-setuptools python3-soundfile python3-matplotlib ## Building -- cgit v1.2.3