Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ With the virtual environment activated, install the required dependencies:
|
|
48 |
```bash
|
49 |
pip install --upgrade pip setuptools wheel
|
50 |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
|
51 |
-
pip install -
|
52 |
```
|
53 |
|
54 |
### **Installing eSpeak**
|
|
|
48 |
```bash
|
49 |
pip install --upgrade pip setuptools wheel
|
50 |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
|
51 |
+
pip install phonemizer transformers scipy munch python-dotenv openai grpcio grpcio-tools
|
52 |
```
|
53 |
|
54 |
### **Installing eSpeak**
|