glenn-jocher commited on
Commit
968e300
1 Parent(s): ec4b6dd

Update greetings.yml (#6165)

Browse files
Files changed (1) hide show
  1. .github/workflows/greetings.yml +3 -3
.github/workflows/greetings.yml CHANGED
@@ -37,9 +37,9 @@ jobs:
37
 
38
  [**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:
39
  ```bash
40
- $ git clone https://github.com/ultralytics/yolov5
41
- $ cd yolov5
42
- $ pip install -r requirements.txt
43
  ```
44
 
45
  ## Environments
 
37
 
38
  [**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:
39
  ```bash
40
+ git clone https://github.com/ultralytics/yolov5 # clone
41
+ cd yolov5
42
+ pip install -r requirements.txt # install
43
  ```
44
 
45
  ## Environments