Explorar el Código

correct readme.md

Y hace 3 meses
padre
commit
70333be80d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      readme.md

+ 3 - 0
readme.md

@@ -17,12 +17,14 @@
 ## 安装步骤
 
 1. 克隆项目到本地:
+
 ```bash
 git clone [项目地址]
 cd sku_search
 ```
 
 2. 安装依赖包:
+
 ```bash
 pip install -r requirement.txt
 ```
@@ -30,6 +32,7 @@ pip install -r requirement.txt
 ## 使用方法
 
 1. 启动服务:
+
 ```bash
 python sku_search.py
 ```