### Install rfdetr with uv Source: https://rfdetr.roboflow.com/ Install the rfdetr package using uv, a fast Python package installer and resolver. This is an alternative to pip. ```bash uv pip install rfdetr ``` -------------------------------- ### Install rfdetr with pip Source: https://rfdetr.roboflow.com/ Install the rfdetr package using pip. Ensure you are using a Python version 3.10 or higher. ```bash pip install rfdetr ``` -------------------------------- ### Add rfdetr to uv projects Source: https://rfdetr.roboflow.com/ Add the rfdetr package to your uv project dependencies. This command is specific to projects managed by uv. ```bash uv add rfdetr ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.