glenn-jocher
commited on
Commit
•
b7e985e
1
Parent(s):
62409ee
Update greetings.yml (#4024)
Browse files* Update greetings.yml
* Update greetings.yml
.github/workflows/greetings.yml
CHANGED
@@ -33,8 +33,10 @@ jobs:
|
|
33 |
|
34 |
## Requirements
|
35 |
|
36 |
-
Python
|
37 |
```bash
|
|
|
|
|
38 |
$ pip install -r requirements.txt
|
39 |
```
|
40 |
|
@@ -52,5 +54,5 @@ jobs:
|
|
52 |
|
53 |
![CI CPU testing](https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg)
|
54 |
|
55 |
-
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)),
|
56 |
|
|
|
33 |
|
34 |
## Requirements
|
35 |
|
36 |
+
**Python>=3.6.0** with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including **PyTorch>=1.7**. To get started:
|
37 |
```bash
|
38 |
+
$ git clone https://github.com/ultralytics/yolov5
|
39 |
+
$ cd yolov5
|
40 |
$ pip install -r requirements.txt
|
41 |
```
|
42 |
|
|
|
54 |
|
55 |
![CI CPU testing](https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg)
|
56 |
|
57 |
+
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.
|
58 |
|