Update README.md
This commit is contained in:
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()
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user