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
|
|
@ -27,7 +27,7 @@ cd ultralytics
|
|||
3. Install the package in developer mode using pip:
|
||||
|
||||
```bash
|
||||
pip install -e '.[dev]'
|
||||
pip install -e ".[dev]"
|
||||
```
|
||||
|
||||
This will install the ultralytics package and its dependencies in developer mode, allowing you to make changes to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue