Skip to content

Commit

Permalink
Add README instructions needed for a no-pyannote installation
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 committed Jun 13, 2022
1 parent 8b47aeb commit b91550b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,24 @@ conda create -n diart python=3.8
conda activate diart
```

2) [Install PyTorch](https://pytorch.org/get-started/locally/#start-locally)
2) Install `PortAudio` and `soundfile`:

3) Install pyannote.audio 2.0 (currently in development)
```shell
conda install portaudio
conda install pysoundfile -c conda-forge
```

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

4) Install pyannote.audio 2.0 (currently in development)

```shell
pip install git+https://github.com/pyannote/pyannote-audio.git@develop#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.

4) Install diart:
5) Install diart:
```shell
pip install diart
```
Expand Down

0 comments on commit b91550b

Please sign in to comment.