mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Update README.md
This commit is contained in:
parent
2472feafad
commit
f5dd65c709
15
README.md
15
README.md
@ -1 +1,14 @@
|
||||
# ultralytics
|
||||
[](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml)
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
python -m pip install --upgrade pip wheel
|
||||
python -m pip install . # (dev)
|
||||
# pip install ultralytics (production)
|
||||
|
||||
import ultralytics
|
||||
from ultralytics import HUB, YOLO
|
||||
|
||||
ultralytics.checks()
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user