Skip to content

Commit d4ff0ee

Browse files
authored
Update README.md
1 parent 089ca92 commit d4ff0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ conda install pysoundfile -c conda-forge
7272

7373
3) [Install PyTorch](https://pytorch.org/get-started/locally/#start-locally)
7474

75-
4) Install pyannote.audio 2.0 from a compatible commit (currently in active development)
75+
4) Install pyannote.audio 2.0 (currently no official release)
7676

7777
```shell
78-
pip install git+https://github.com/pyannote/pyannote-audio.git@3147e2bfe9a7af388d0c01f3bba3d0578ba60c67#egg=pyannote-audio
78+
pip install git+https://github.com/pyannote/pyannote-audio.git@2.0.1#egg=pyannote-audio
7979
```
8080

8181
**Note:** starting from version 0.4, installing pyannote.audio is mandatory to run the default system or to use pyannote-based models. In any other case, this step can be ignored.

0 commit comments

Comments
 (0)