Merge pull request #245 from netshade/installation-updates

Documentation and Dependency Updates
This commit is contained in:
James Betker 2023-01-11 09:30:50 -07:00 committed by GitHub
commit 69738359c6
2 changed files with 7 additions and 1 deletions

View File

@ -64,6 +64,7 @@ Next, install TorToiSe and it's dependencies:
```shell ```shell
git clone https://github.com/neonbjb/tortoise-tts.git git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts cd tortoise-tts
python -m pip install -r ./requirements.txt
python setup.py install python setup.py install
``` ```

View File

@ -8,5 +8,10 @@ einops
unidecode unidecode
scipy scipy
librosa librosa
numpy==1.20.0
numba==0.48.0 numba==0.48.0
ffmpeg torchaudio
ffmpeg
threadpoolctl
llvmlite
appdirs