Update README.md
This commit is contained in:
parent
f5dd65c709
commit
abbd177a78
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -1,12 +1,18 @@
|
|||
[](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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue