Update README.md

This commit is contained in:
Glenn Jocher 2020-08-03 11:09:46 -07:00 committed by GitHub
parent eb99dff9ef
commit 937b9db977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ This repository represents Ultralytics open-source research into future object d
## 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
``` ```