Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced check_requirements() with auto-install (ultralytics#2575)
* Update check_requirements() with auto-install This PR builds on an idea I had to automatically install missing dependencies rather than simply report an error message. YOLOv5 should now 1) display all dependency issues and not simply display the first missing dependency, and 2) attempt to install/update each missing/VersionConflict package. * cleanup * cleanup 2 * Check requirements.txt file exists * cleanup 3
- Loading branch information