Update README.md
Browse files
README.md
CHANGED
@@ -60,10 +60,22 @@ Depending on the active options, these boundaries can be post-processed (e.g, m
|
|
60 |
|
61 |
## Install SpeechBrain
|
62 |
|
63 |
-
First of all,
|
64 |
|
|
|
|
|
|
|
|
|
65 |
```
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
```
|
68 |
|
69 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
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 |
+
git clone https://github.com/speechbrain/speechbrain/
|
69 |
```
|
70 |
+
|
71 |
+
2. Install it:
|
72 |
+
|
73 |
+
```
|
74 |
+
cd speechbrain
|
75 |
+
|
76 |
+
pip install -r requirements.txt
|
77 |
+
|
78 |
+
pip install -e .
|
79 |
```
|
80 |
|
81 |
Please notice that we encourage you to read our tutorials and learn more about
|