Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Oct 29, 2024
1 parent e652e2c commit 24eb816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ $ pip install 'subaligner[llm]'
```
# Install dependencies for enabling forced alignment
$ pip install 'setuptools<65.0.0'
$ pip install 'subaligner[stretch]'
```
```
# Install dependencies for setting up the development environment
$ pip install 'setuptools<65.0.0'
$ pip install 'subaligner[dev]'
```
Note that both `subaligner[stretch]` and `subaligner[dev]` require additional dependencies to be pre-installed:
Expand All @@ -66,6 +68,7 @@ $ brew install espeak
```
To install all supported features:
```
$ pip install 'setuptools<65.0.0'
$ pip install 'subaligner[harmony]'
```

Expand Down

0 comments on commit 24eb816

Please sign in to comment.