Browse Source

Update README.md

5.0
Glenn Jocher GitHub 4 years ago
parent
commit
f807e7b867
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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
```

Loading…
Cancel
Save