소스 검색

Update greetings.yml (#6165)

modifyDataloader
Glenn Jocher GitHub 2 년 전
부모
커밋
968e30065a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      .github/workflows/greetings.yml

+ 3
- 3
.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

Loading…
취소
저장