Update README.md
This commit is contained in:
parent
2472feafad
commit
f5dd65c709
1 changed files with 14 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue