Skip to content

Commit 4972f76

Browse files
authored
missing space in install command
1 parent e961fb4 commit 4972f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Once you have created your Python environment (Python 3.8+) you can simply type:
182182
git clone https://github.com/speechbrain/speechbrain.git
183183
cd speechbrain
184184
pip install -r requirements.txt
185-
pip install --editable.
185+
pip install --editable .
186186
```
187187

188188
Then you can access SpeechBrain with:

0 commit comments

Comments
 (0)