Skip to content

Commit 1d575e6

Browse files
authored
fix yolo+server install command (#99)
spaces are not allowed between extras for pip (without enclosing entire requirement in quotes)
1 parent 6f9be87 commit 1d575e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started/install/deepsparse.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ To use YOLO models, install with the following extra option:
3838

3939
```bash
4040
pip install deepsparse[yolo] # just yolo requirements
41-
pip install deepsparse[yolo, server] # both yolo + server requirements
41+
pip install deepsparse[yolo,server] # both yolo + server requirements
4242
```

0 commit comments

Comments
 (0)