Update README.md
Browse files
README.md
CHANGED
@@ -45,10 +45,7 @@ The code will automatically normalize your audio (i.e., resampling + mono channe
|
|
45 |
First of all, please install the **development** version of SpeechBrain with the following command:
|
46 |
|
47 |
```
|
48 |
-
|
49 |
-
cd speechbrain
|
50 |
-
pip install -r requirements.txt
|
51 |
-
pip install --editable .
|
52 |
```
|
53 |
|
54 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
45 |
First of all, please install the **development** version of SpeechBrain with the following command:
|
46 |
|
47 |
```
|
48 |
+
pip install speechbrain
|
|
|
|
|
|
|
49 |
```
|
50 |
|
51 |
Please notice that we encourage you to read our tutorials and learn more about
|