更新 'README.MD'

main
wangchunlin 4 years ago
parent 79e28a8cb0
commit 61642b726d

@ -1,7 +1,7 @@
# 使用方法 # 使用方法
1. **git clone http://192.168.0.51:3000/wangchunlin/DLWeb.git** 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)** 2. **cd DLWeb && git submodule update --init --recursive --depth=1 (下载yolov5的库库很大加上--depth=1,否则有1G)**
3. **cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库其他的报一个装一个)** 3. **cd learn/yolov5 && pip install -r requirements.txt (安装大多数python库其他的报一个装一个)**
4. **cd ../../ && python manage.py runserver 0.0.0.0:8000** 4. **cd ../../ && python manage.py runserver 0.0.0.0:8000**
## Hello World~ 😄😄😄 ## Hello World~ 😄😄😄
Loading…
Cancel
Save