Update README.md
This commit is contained in:
parent
937b9db977
commit
f807e7b867
|
|
@ -36,7 +36,7 @@ This repository represents Ultralytics open-source research into future object d
|
||||||
|
|
||||||
## Requirements
|
## 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
|
```bash
|
||||||
$ pip install -U -r requirements.txt
|
$ pip install -U -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue