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
|
||||
git clone https://github.com/neonbjb/tortoise-tts.git
|
||||
cd tortoise-tts
|
||||
python -m pip install -r ./requirements.txt
|
||||
python setup.py install
|
||||
```
|
||||
|
||||
|
|
|
@ -8,5 +8,10 @@ einops
|
|||
unidecode
|
||||
scipy
|
||||
librosa
|
||||
numpy==1.20.0
|
||||
numba==0.48.0
|
||||
ffmpeg
|
||||
torchaudio
|
||||
ffmpeg
|
||||
threadpoolctl
|
||||
llvmlite
|
||||
appdirs
|
||||
|
|
Loading…
Reference in New Issue
Block a user