python-ultralytics

Type
Author
Ultralytics
Requires
Execution Platform
Implementation Type
Programming Language
Supported image dimension
Interaction Level
License/Openness
Description
# Install the ultralytics package from PyPI
pip install ultralytics

You can also install ultralytics directly from the Ultralytics GitHub repository. This can be useful if you want the latest development version. Ensure you have the Git command-line tool installed, and then run:

# Install the ultralytics package from GitHub
pip install git+https://github.com/ultralytics/ultralytics.git@main
Entry Curator
Last modified
10/27/2025 - 08:48