Fix typo in clone URL
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ The code will automatically normalize your audio (i.e., resampling + mono channe
|
|
| 46 |
First of all, please install the **development** version of SpeechBrain with the following command:
|
| 47 |
|
| 48 |
```
|
| 49 |
-
pip install git+https://github.com/speechbrain/speechbrain.git
|
| 50 |
```
|
| 51 |
|
| 52 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
|
| 46 |
First of all, please install the **development** version of SpeechBrain with the following command:
|
| 47 |
|
| 48 |
```
|
| 49 |
+
pip install git+https://github.com/speechbrain/speechbrain.git@develop
|
| 50 |
```
|
| 51 |
|
| 52 |
Please notice that we encourage you to read our tutorials and learn more about
|