Mirco commited on
Commit
f7a85cc
1 Parent(s): e568f72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -22,21 +22,10 @@ The pre-trained model takes in input a spectrogram and produces a waveform in ou
22
 
23
  ## Install SpeechBrain
24
 
25
- First of all, currently, you need to install SpeechBrain from the source:
26
-
27
- 1. Clone SpeechBrain:
28
-
29
  ```bash
30
- git clone https://github.com/speechbrain/speechbrain/
31
  ```
32
 
33
- 2. Install it:
34
-
35
- ```
36
- cd speechbrain
37
- pip install -r requirements.txt
38
- pip install -e .
39
- ```
40
 
41
  Please notice that we encourage you to read our tutorials and learn more about
42
  [SpeechBrain](https://speechbrain.github.io).
22
 
23
  ## Install SpeechBrain
24
 
 
 
 
 
25
  ```bash
26
+ pip install speechbrain
27
  ```
28
 
 
 
 
 
 
 
 
29
 
30
  Please notice that we encourage you to read our tutorials and learn more about
31
  [SpeechBrain](https://speechbrain.github.io).