"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.
This commit is contained in:
SkalskiP 2023-10-24 15:40:19 +02:00
parent e59d1bc9f3
commit e9866c2f25
1 changed files with 14 additions and 0 deletions

View File

@ -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