Skip to content

Commit

Permalink
docs: readthedocs install soundscapy
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 6, 2024
1 parent 8a73b1f commit a7c6f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
# golang: "1.19"
jobs:
post_install:
- pip install dependency-groups
- pip install dependency-groups .
- pip-install-dependency-groups docs

# Build documentation in the "docs/" directory with Sphinx
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install soundscapy
_Soundscapy_ splits its functionality into optional modules to reduce the number of dependencies required for basic functionality. By default, _Soundscapy_ includes the survey data processing and plotting functionality. 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]"
```

## Documentation
Expand Down

0 comments on commit a7c6f54

Please sign in to comment.