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