From c790bea3a699dc940332b53fd9ad0a2198cb38ec Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 2 Jan 2022 19:46:40 -0800 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 0daf9514d3c5..6ced1132264a 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -37,9 +37,9 @@ jobs: [**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/). To get started: ```bash - $ git clone https://github.com/ultralytics/yolov5 - $ cd yolov5 - $ pip install -r requirements.txt + git clone https://github.com/ultralytics/yolov5 # clone + cd yolov5 + pip install -r requirements.txt # install ``` ## Environments