From dd62e2d05cdc0312732202c952e2513acdb8dc3e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 17 Jul 2021 23:12:27 +0200 Subject: [PATCH] Update README.md (#4041) * Update README.md * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035b7002774a..7dff1a0efd33 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ See the [YOLOv5 Docs](https://docs.ultralytics.com) for full documentation on tr
Install -Python >= 3.6.0 required with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) dependencies installed: +[**Python>=3.6.0**](https://www.python.org/) is required with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/): ```bash $ git clone https://github.com/ultralytics/yolov5