Adel-Moumen commited on
Commit
82cc248
·
verified ·
1 Parent(s): d50c0c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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