From e9866c2f25e8570312d29415f32f853b76e31355 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Tue, 24 Oct 2023 15:40:19 +0200 Subject: [PATCH] "Add instructions for assets utility installation Expanded the documentation to include instructions on how to install and use the Supervision assets utility. Instructions include steps for performing the installation using pip, allowing users to easily download video files for their demos. --- docs/assets.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/assets.md b/docs/assets.md index 27b7b5f5..4fded6e7 100644 --- a/docs/assets.md +++ b/docs/assets.md @@ -1,3 +1,17 @@ +Supervision offers an assets download utility that allows you to download video files +that you can use in your demos. + +## install extra + +To install the Supervision assets utility, you can use pip. This utility is available +as an extra within the Supervision package. + +!!! example "pip install" + + ```bash + pip install supervision[assets] + ``` + ## download_assets :::supervision.assets.downloader.download_assets