Mirco commited on
Commit
14b33b5
1 Parent(s): 347bd0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
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, please install SpeechBrain with the following command:
64
 
 
 
 
 
65
  ```
66
- pip install speechbrain
 
 
 
 
 
 
 
 
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