Use double quotes for pip install options (#4110)
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
parent
c3c27b019a
commit
6852b76611
12 changed files with 14 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ PaddlePaddle | `paddle` | yolov8n_paddle_model/
|
|||
ncnn | `ncnn` | yolov8n_ncnn_model/
|
||||
|
||||
Requirements:
|
||||
$ pip install ultralytics[export]
|
||||
$ pip install "ultralytics[export]"
|
||||
|
||||
Python:
|
||||
from ultralytics import YOLO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue