From 061806bb1f264dd1d44c541d02a10bc98b6aacf2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 3 Aug 2020 19:54:03 -0700 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6d0499..69725b59 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains Ultralytics inference and training code for YOLOv3 in PyTorch ## 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/yolov3/blob/master/requirements.txt) dependencies installed, including `torch>=1.6`. To install run: ```bash $ pip install -U -r requirements.txt ```