update README.md

This commit is contained in:
Glenn Jocher 2020-08-03 19:53:06 -07:00
parent ee82e3db5d
commit 7163b5e89f

View File

@ -7,7 +7,7 @@ This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch
## Requirements ## Requirements
Python 3.7 or later with all `requirements.txt` dependencies installed, including `torch >= 1.5`. To install run: Python 3.8 or later with all `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
``` ```