Update README.md

This commit is contained in:
Glenn Jocher 2022-09-21 13:45:12 +02:00 committed by GitHub
parent f5dd65c709
commit abbd177a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,18 @@
[![Ultralytics CI](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml/badge.svg)](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml)
### Usage
### Install
```bash
git clone https://github.com/ultralytics/ultralytics
cd ultralytics
python -m pip install --upgrade pip wheel
python -m pip install . # (dev)
pip install . # (dev)
# pip install ultralytics (production)
```
### Usage
```python
import ultralytics
from ultralytics import HUB, YOLO