Adel-Moumen commited on
Commit
7699301
1 Parent(s): a964e62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -66,7 +66,8 @@ The code will automatically normalize your audio (i.e., resampling + mono channe
66
  First of all, please install tranformers and SpeechBrain with the following command:
67
 
68
  ```
69
- pip install speechbrain transformers
 
70
  ```
71
 
72
  Please notice that we encourage you to read our tutorials and learn more about
 
66
  First of all, please install tranformers and SpeechBrain with the following command:
67
 
68
  ```
69
+ pip install git+https://github.com/speechbrain/speechbrain.git@develop
70
+ pip install transformers
71
  ```
72
 
73
  Please notice that we encourage you to read our tutorials and learn more about