Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Jul 26, 2022
1 parent 089ca92 commit d4ff0ee
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 @@ -72,10 +72,10 @@ conda install pysoundfile -c conda-forge

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

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

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

**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.
Expand Down

0 comments on commit d4ff0ee

Please sign in to comment.