From 1548009575769fa77938f53821d28d36fea65d2c Mon Sep 17 00:00:00 2001 From: Nathaniel Handan <87228776+Tinny-Robot@users.noreply.github.com> Date: Fri, 17 May 2024 16:22:46 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3205c1bd3..16dc206eba 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ If you plan to code or train models, clone 🐸TTS and install it locally. ```bash git clone https://github.com/coqui-ai/TTS +cd TTS/ pip install -e .[all,dev,notebooks] # Select the relevant extras ```