From d980a889cba69a6314edc0a8b21cace4a601d461 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 1 Jul 2024 19:50:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d1efbe3b..726da1d70 100755 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ If you want to run the YOLOv8, YOLO-NAS or YOLOX examples: ``` git clone https://github.com/mikel-brostrom/boxmot.git -cd yolo_tracking +cd boxmot pip install poetry poetry install --with yolo # installed boxmot + yolo dependencies poetry shell # activates the newly created environment with the installed dependencies