Update README.md

single_channel
Glenn Jocher 2 years ago committed by GitHub
parent 2472feafad
commit f5dd65c709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1,14 @@
# ultralytics
[![Ultralytics CI](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml/badge.svg)](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…
Cancel
Save