speechbrainteam commited on
Commit
91801e8
1 Parent(s): b120664

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -45,7 +45,10 @@ The system is trained with dialogue from MultiWOZ corpus.
45
  First of all, please install SpeechBrain with the following command:
46
 
47
  ```
48
- pip install speechbrain
 
 
 
49
  ```
50
 
51
  Please notice that we encourage you to read our tutorials and learn more about
 
45
  First of all, please install SpeechBrain with the following command:
46
 
47
  ```
48
+ git clone https://github.com/speechbrain/speechbrain
49
+ cd speechbrain
50
+ pip install -r requirements.txt
51
+ pip install -e .
52
  ```
53
 
54
  Please notice that we encourage you to read our tutorials and learn more about