From c7573ca36ea4065497c47876676c61d585e7438e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 16 Apr 2025 13:18:15 -0600 Subject: [PATCH] Fix typo --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index b1ce69112c..9168971b9e 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -983,7 +983,7 @@ cd yolov9 # setup the virtual environment so installation doesn't affect main system python3 -m venv ./ -bin/pip install -r requiremnts.txt +bin/pip install -r requirements.txt bin/pip install onnx onnxruntime onnx-simplifier>=0.4.1 # download the weights