forked from mrq/tortoise-tts
Merge pull request #245 from netshade/installation-updates
Documentation and Dependency Updates
This commit is contained in:
commit
69738359c6
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user