Update README.md (#8)
Browse files- Update README.md (36bafa89dbbd47d3b45204b8e48c54471c52ef90)
Co-authored-by: Elvis Claros <elvisAR@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -60,6 +60,9 @@ NeuTTS Air is built off Qwen 0.5B - a lightweight yet capable language model opt
|
|
| 60 |
|
| 61 |
# Ubuntu/Debian
|
| 62 |
sudo apt install espeak
|
|
|
|
|
|
|
|
|
|
| 63 |
```
|
| 64 |
|
| 65 |
3. **Install Python dependencies**
|
|
|
|
| 60 |
|
| 61 |
# Ubuntu/Debian
|
| 62 |
sudo apt install espeak
|
| 63 |
+
|
| 64 |
+
# Arch Linux
|
| 65 |
+
paru -S aur/espeak
|
| 66 |
```
|
| 67 |
|
| 68 |
3. **Install Python dependencies**
|