From 5eabb8e6e7266b34c779f7e1348fbb53af7a4831 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 17 Jul 2021 23:06:13 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 035b7002774a..2e06a6ac50c3 100755 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ 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/) 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 $ cd yolov5 From 6e7121d8d5e0dbee6d357abbea236f1aa4f8a114 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 17 Jul 2021 23:07:12 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e06a6ac50c3..ff7033bf86c5 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ See the [YOLOv5 Docs](https://docs.ultralytics.com) for full documentation on tr Install [**Python>=3.6.0**](https://www.python.org/) 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 $ cd yolov5 From 180a8623124d8fcd8b53c457473cc57f0a7c77a2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 17 Jul 2021 23:07:52 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff7033bf86c5..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**](https://www.python.org/) with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/): +[**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