Use double quotes for pip install
options (#4110)
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
@ -67,7 +67,7 @@ We will walk through an example benchmarking and deploying a sparse version of Y
|
||||
Run the following to install DeepSparse. We recommend you use a virtual environment with Python.
|
||||
|
||||
```bash
|
||||
pip install deepsparse[server,yolo,onnxruntime]
|
||||
pip install "deepsparse[server,yolo,onnxruntime]"
|
||||
```
|
||||
|
||||
### Collect an ONNX File
|
||||
|
Reference in New Issue
Block a user