Skip to content

Commit 7242e73

Browse files
authored
DOC: Add missing quotes around command argument
1 parent 55e5822 commit 7242e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install medkit-lib
3030
To install `medkit` with all its optional features:
3131

3232
```console
33-
pip install medkit-lib[all]
33+
pip install 'medkit-lib[all]'
3434
```
3535

3636
## Example

0 commit comments

Comments
 (0)