How to update Coqui-TTS to the latest version? #935
-
I installed Coqui-TTS a few months ago. It was probably of version v0.1.x or similar. Since then the repository has been updated several times. Now I want to update my local copy to the latest version of Coqui-TTS. What would be the proper way to do this, except removing and cloning the repo again? I don't want to keep the local changes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you tried |
Beta Was this translation helpful? Give feedback.
-
else
|
Beta Was this translation helpful? Give feedback.
pip install -U tts
if you installed bypip
else
git pull origin master
is the latest released versiongit pull origin dev
is the latest development version