This commit is contained in:
Glenn Jocher 2020-01-09 09:57:07 -08:00
parent 0afcd9db8a
commit 5e5f3467d4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c
# Requirements
Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages, including:
Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including:
- `torch >= 1.3`
- `opencv-python`