Mirco commited on
Commit
b30fc28
1 Parent(s): 6281c4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -18
README.md CHANGED
@@ -35,26 +35,10 @@ The paper for the REAL-M dataset can be found on [this arxiv link](https://arxiv
35
 
36
  ## Install SpeechBrain
37
 
38
- First of all, currently you need to install SpeechBrain from the source:
39
-
40
- 1. Clone SpeechBrain:
41
 
42
  ```bash
43
-
44
- git clone https://github.com/speechbrain/speechbrain/
45
-
46
- ```
47
-
48
- 2. Install it:
49
-
50
- ```
51
-
52
- cd speechbrain
53
-
54
- pip install -r requirements.txt
55
-
56
- pip install -e .
57
-
58
  ```
59
 
60
  Please notice that we encourage you to read our tutorials and learn more about [SpeechBrain](https://speechbrain.github.io).
 
35
 
36
  ## Install SpeechBrain
37
 
38
+ First of all, currently you need to install SpeechBrain:
 
 
39
 
40
  ```bash
41
+ pip install speechbrain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ```
43
 
44
  Please notice that we encourage you to read our tutorials and learn more about [SpeechBrain](https://speechbrain.github.io).