From 14d5f2c60495b72e3c75be8ade5cd7ad7d5c3072 Mon Sep 17 00:00:00 2001 From: wangchunlin Date: Thu, 10 Feb 2022 14:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'README.MD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..ac97c06 --- /dev/null +++ b/README.MD @@ -0,0 +1,5 @@ +# 使用方法 +**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