update README.md

This commit is contained in:
Glenn Jocher 2020-08-03 19:54:03 -07:00
parent 7163b5e89f
commit 061806bb1f

View File

@ -7,7 +7,7 @@ This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch
## Requirements ## Requirements
Python 3.8 or later with all `requirements.txt` dependencies installed, including `torch >= 1.6`. To install run: Python 3.8 or later with all [requirements.txt](https://github.com/ultralytics/yolov3/blob/master/requirements.txt) dependencies installed, including `torch>=1.6`. To install run:
```bash ```bash
$ pip install -U -r requirements.txt $ pip install -U -r requirements.txt
``` ```