From abbd177a7895287042213a3d6ad683ffab383e03 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 21 Sep 2022 13:45:12 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e52f05..9f721e8 100644 --- a/README.md +++ b/README.md @@ -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