Skip to content

Commit

Permalink
docs: be explicit about the version until #601 is fixed
Browse files Browse the repository at this point in the history
Right now, `pip install everyvoice` fails because all published versions are
alpha, so the instructions need to be specific for now.
  • Loading branch information
joanise committed Nov 28, 2024
1 parent 4f3eb92 commit 9f5460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is the Text-to-Speech (TTS) toolkit used by the Small Teams "Speech Generat

- Install `torch` and `torchaudio` version 2.1.0 for your platform and CUDA version: follow the instructions at https://pytorch.org/get-started/locally/ but specify `torch==2.1.0 torchaudio==2.1.0` in the install command and remove `torchvision`.

- Run `pip install everyvoice`.
- Run `pip install everyvoice==0.2.0a1` (change the version to the current version if needed).

## Quickstart from source

Expand Down

0 comments on commit 9f5460f

Please sign in to comment.