Update greetings.yml (#6165)
parent
ec4b6dd2a3
commit
968e30065a
|
@ -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:
|
[**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
|
```bash
|
||||||
$ git clone https://github.com/ultralytics/yolov5
|
git clone https://github.com/ultralytics/yolov5 # clone
|
||||||
$ cd yolov5
|
cd yolov5
|
||||||
$ pip install -r requirements.txt
|
pip install -r requirements.txt # install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Environments
|
## Environments
|
||||||
|
|
Loading…
Reference in New Issue