From e657313f360e6b3bb577a99800904c45bf4dda3b Mon Sep 17 00:00:00 2001 From: wangchunlin Date: Thu, 10 Feb 2022 14:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.MD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index ac97c06..e7f86b7 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,6 @@ # 使用方法 -**git clone http://192.168.0.51:3000/wangchunlin/DLWeb** -**cd DLWeb && git submodule update --init --depth=1 (下载yolov5的库,库很大,加上--depth=1,否则有1G)** -**cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库,其他的报一个装一个)** -**cd ../../ && python manage.py runserver 0.0.0.0:8000** \ No newline at end of file + + 1. **git clone http://192.168.0.51:3000/wangchunlin/DLWeb.git** + 2. **cd DLWeb && git submodule update --init --depth=1 (下载yolov5的库,库很大,加上--depth=1,否则有1G)** + 3. **cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库,其他的报一个装一个)** + 4. **cd ../../ && python manage.py runserver 0.0.0.0:8000** \ No newline at end of file