cemsubakan
commited on
Commit
•
6ac2374
1
Parent(s):
2c06c28
Update README.md
Browse files
README.md
CHANGED
@@ -60,11 +60,25 @@ The paper for the REAL-M dataset can be found on [this arxiv link](https://arxiv
|
|
60 |
|
61 |
## Install SpeechBrain
|
62 |
|
63 |
-
First of all,
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
```
|
66 |
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
```
|
70 |
|
|
|
60 |
|
61 |
## Install SpeechBrain
|
62 |
|
63 |
+
First of all, currently you need to install SpeechBrain from the source:
|
64 |
+
|
65 |
+
1. Clone SpeechBrain:
|
66 |
+
|
67 |
+
```bash
|
68 |
+
|
69 |
+
git clone https://github.com/speechbrain/speechbrain/
|
70 |
|
71 |
```
|
72 |
|
73 |
+
2. Install it:
|
74 |
+
|
75 |
+
```
|
76 |
+
|
77 |
+
cd speechbrain
|
78 |
+
|
79 |
+
pip install -r requirements.txt
|
80 |
+
|
81 |
+
pip install -e .
|
82 |
|
83 |
```
|
84 |
|