Update README.md
Browse files
README.md
CHANGED
|
@@ -66,6 +66,9 @@ First of all, please install tranformers and SpeechBrain with the following comm
|
|
| 66 |
|
| 67 |
```
|
| 68 |
pip install speechbrain transformers
|
|
|
|
|
|
|
|
|
|
| 69 |
```
|
| 70 |
|
| 71 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
|
| 66 |
|
| 67 |
```
|
| 68 |
pip install speechbrain transformers
|
| 69 |
+
# install ngram dependancies
|
| 70 |
+
pip install https://github.com/kpu/kenlm/archive/master.zip
|
| 71 |
+
pip install pygtrie
|
| 72 |
```
|
| 73 |
|
| 74 |
Please notice that we encourage you to read our tutorials and learn more about
|