glenn-jocher
commited on
Commit
•
968e300
1
Parent(s):
ec4b6dd
Update greetings.yml (#6165)
Browse files
.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 |
-
|
41 |
-
|
42 |
-
|
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
|