From d79bb9bdffeb9a19ef65decfa9f7127c8a1ca8c7 Mon Sep 17 00:00:00 2001 From: Andrew Mitchell Date: Wed, 6 Nov 2024 21:55:55 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fea4254..2b234fc 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Soundscapy splits its functionality into optional modules to reduce the number o If you would like to use the binaural audio processing and psychoacoustics functionality, you will need to install the optional `audio` dependency: ```bash -pip install soundscapy[audio] +pip install "soundscapy[audio]" ``` To install all optional dependencies, use the following command: ```bash -pip install soundscapy[all] +pip install "soundscapy[all]" ```