mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 13:34:23 +08:00
Update README.md
This commit is contained in:
parent
f5dd65c709
commit
abbd177a78
10
README.md
10
README.md
@ -1,12 +1,18 @@
|
|||||||
[](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml)
|
[](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml)
|
||||||
|
|
||||||
### Usage
|
### Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
git clone https://github.com/ultralytics/ultralytics
|
||||||
|
cd ultralytics
|
||||||
python -m pip install --upgrade pip wheel
|
python -m pip install --upgrade pip wheel
|
||||||
python -m pip install . # (dev)
|
pip install . # (dev)
|
||||||
# pip install ultralytics (production)
|
# pip install ultralytics (production)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
```python
|
||||||
import ultralytics
|
import ultralytics
|
||||||
from ultralytics import HUB, YOLO
|
from ultralytics import HUB, YOLO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user