diff --git a/README.md b/README.md index 6ef2db3..7e52f05 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# ultralytics \ No newline at end of file +[![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() +```