Update README.md
Browse files
README.md
CHANGED
@@ -33,13 +33,10 @@ For a better experience, we encourage you to learn more about
|
|
33 |
|
34 |
## Install SpeechBrain
|
35 |
|
36 |
-
First of all, please install
|
37 |
|
38 |
```
|
39 |
-
|
40 |
-
cd speechbrain
|
41 |
-
pip install -r requirements.txt
|
42 |
-
pip install --editable .
|
43 |
```
|
44 |
|
45 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
33 |
|
34 |
## Install SpeechBrain
|
35 |
|
36 |
+
First of all, please install SpeechBrain with the following command:
|
37 |
|
38 |
```
|
39 |
+
pip install speechbrain
|
|
|
|
|
|
|
40 |
```
|
41 |
|
42 |
Please notice that we encourage you to read our tutorials and learn more about
|