Update README.md
Browse files
README.md
CHANGED
@@ -26,20 +26,8 @@ The pre-trained model takes in input a short text and produces a spectrogram in
|
|
26 |
|
27 |
## Install SpeechBrain
|
28 |
|
29 |
-
First of all, currently you need to install SpeechBrain from the source:
|
30 |
-
|
31 |
-
1. Clone SpeechBrain:
|
32 |
-
|
33 |
-
```bash
|
34 |
-
git clone https://github.com/speechbrain/speechbrain/
|
35 |
-
```
|
36 |
-
|
37 |
-
2. Install it:
|
38 |
-
|
39 |
```
|
40 |
-
|
41 |
-
pip install -r requirements.txt
|
42 |
-
pip install -e .
|
43 |
```
|
44 |
|
45 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
26 |
|
27 |
## Install SpeechBrain
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
```
|
30 |
+
pip install speechbrain
|
|
|
|
|
31 |
```
|
32 |
|
33 |
Please notice that we encourage you to read our tutorials and learn more about
|