speechbrainteam
commited on
Commit
·
e200fd3
1
Parent(s):
fccfb37
Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,13 @@ This repository provides all the necessary tools to perform English grapheme-to-
|
|
8 |
|
9 |
## Install SpeechBrain
|
10 |
|
11 |
-
First of all, please install SpeechBrain with the following command:
|
12 |
|
13 |
```bash
|
14 |
-
|
|
|
|
|
|
|
15 |
```
|
16 |
|
17 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
8 |
|
9 |
## Install SpeechBrain
|
10 |
|
11 |
+
First of all, please install SpeechBrain with the following command (local installation):
|
12 |
|
13 |
```bash
|
14 |
+
git clone https://github.com/speechbrain/speechbrain
|
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
|