summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-05-14 21:36:25 +0200
committerMartin Stensgård <mastensg@mastensg.net>2025-05-14 21:36:25 +0200
commit391c6a77fa53bab9c4f56a7c8de7dc0ea191cac6 (patch)
treee7c545289a691ebef3227efd28aecc0273f9167c
parent41ad19b93ad97565d3f2acf51c6c4f8abb0289f0 (diff)
bindings/README: add python dependencies
-rw-r--r--bindings/README.md4
1 files changed, 3 insertions, 1 deletions
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