Update README.md
Browse files
README.md
CHANGED
@@ -11,10 +11,7 @@ This repository provides all the necessary tools to perform English grapheme-to-
|
|
11 |
First of all, please install SpeechBrain with the following command (local installation):
|
12 |
|
13 |
```bash
|
14 |
-
|
15 |
-
cd speechbrain
|
16 |
-
pip install -r requirements.txt
|
17 |
-
pip install -e .
|
18 |
```
|
19 |
|
20 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
11 |
First of all, please install SpeechBrain with the following command (local installation):
|
12 |
|
13 |
```bash
|
14 |
+
pip install speechbrain
|
|
|
|
|
|
|
15 |
```
|
16 |
|
17 |
Please notice that we encourage you to read our tutorials and learn more about
|