diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-05-14 21:36:25 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-05-14 21:36:25 +0200 |
commit | 391c6a77fa53bab9c4f56a7c8de7dc0ea191cac6 (patch) | |
tree | e7c545289a691ebef3227efd28aecc0273f9167c | |
parent | 41ad19b93ad97565d3f2acf51c6c4f8abb0289f0 (diff) |
bindings/README: add python dependencies
-rw-r--r-- | bindings/README.md | 4 |
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 |