glenn-jocher commited on
Commit
4ee8adb
·
2 Parent(s): f346da9 f807e7b

Merge remote-tracking branch 'origin/master'

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ This repository represents Ultralytics open-source research into future object d
36
 
37
  ## Requirements
38
 
39
- Python 3.7 or later with all `requirements.txt` dependencies installed, including `torch >= 1.5`. To install run:
40
  ```bash
41
  $ pip install -U -r requirements.txt
42
  ```
 
36
 
37
  ## Requirements
38
 
39
+ 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:
40
  ```bash
41
  $ pip install -U -r requirements.txt
42
  ```