Commit
·
993b839
1
Parent(s):
b410a00
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,10 @@ The pre-trained model takes in input a short text and produces a spectrogram in
|
|
| 28 |
## Install SpeechBrain
|
| 29 |
|
| 30 |
```
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
| 32 |
```
|
| 33 |
|
| 34 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
|
| 28 |
## Install SpeechBrain
|
| 29 |
|
| 30 |
```
|
| 31 |
+
git clone https://github.com/speechbrain/speechbrain.git
|
| 32 |
+
cd speechbrain
|
| 33 |
+
pip install -r requirements.txt
|
| 34 |
+
pip install --editable .
|
| 35 |
```
|
| 36 |
|
| 37 |
Please notice that we encourage you to read our tutorials and learn more about
|