sanchit-gandhi
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ install DataSpeech and Parler-TTS sequentially:
|
|
101 |
```sh
|
102 |
git clone [email protected]:huggingface/dataspeech.git && cd dataspeech && pip install -r requirements.txt
|
103 |
cd ..
|
104 |
-
git clone https://github.com/huggingface/parler-tts.git && cd parler-tts && pip install -e .[train]
|
105 |
cd ..
|
106 |
```
|
107 |
|
|
|
101 |
```sh
|
102 |
git clone [email protected]:huggingface/dataspeech.git && cd dataspeech && pip install -r requirements.txt
|
103 |
cd ..
|
104 |
+
git clone https://github.com/huggingface/parler-tts.git && cd parler-tts && pip install -e ."[train]"
|
105 |
cd ..
|
106 |
```
|
107 |
|