Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics authored Nov 6, 2024
1 parent a7c6f54 commit d79bb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
```


Expand Down

0 comments on commit d79bb9b

Please sign in to comment.