diff options
Diffstat (limited to 'bindings/README.md')
-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 |