Update README.md
Browse files
README.md
CHANGED
@@ -64,20 +64,8 @@ Depending on the active options, these boundaries can be post-processed (e.g, m
|
|
64 |
|
65 |
First of all, currently you need to install SpeechBrain from the source:
|
66 |
|
67 |
-
1. Clone SpeechBrain:
|
68 |
-
|
69 |
-
```bash
|
70 |
-
git clone https://github.com/speechbrain/speechbrain/
|
71 |
```
|
72 |
-
|
73 |
-
2. Install it:
|
74 |
-
|
75 |
-
```
|
76 |
-
cd speechbrain
|
77 |
-
|
78 |
-
pip install -r requirements.txt
|
79 |
-
|
80 |
-
pip install -e .
|
81 |
```
|
82 |
|
83 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
64 |
|
65 |
First of all, currently you need to install SpeechBrain from the source:
|
66 |
|
|
|
|
|
|
|
|
|
67 |
```
|
68 |
+
pip install speechbrain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
```
|
70 |
|
71 |
Please notice that we encourage you to read our tutorials and learn more about
|