浏览代码

Update greetings.yml (#6165)

modifyDataloader
Glenn Jocher GitHub 2 年前
父节点
当前提交
968e30065a
找不到此签名对应的密钥 GPG 密钥 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

正在加载...
取消
保存