Update README.md

pull/623/head
Glenn Jocher 2020-08-03 11:11:12 -07:00 committed by GitHub
parent 937b9db977
commit f807e7b867
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
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/yolov5/blob/master/requirements.txt) dependencies installed, including `torch>=1.6`. To install run:
```bash
$ pip install -U -r requirements.txt
```