We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c09fd commit a9955c0Copy full SHA for a9955c0
1 file changed
README.md
@@ -120,15 +120,19 @@ yum -y install git
120
```
121
#### 1. 下载项目
122
123
+> 先按照下面命令拉取develop分支代码运行。
124
+> master分支不支持urllib3>=2.0版本,现在已经运行不起来了,但之前老用户不受影响。待后续测试好兼容性,不影响老用户后,会将develop分支合并到master
125
+
126
gitub
127
```shell
-git clone https://github.com/Boris-code/feaplat.git
128
+git clone -b develop https://github.com/Boris-code/feaplat.git
129
130
gitee
131
-git clone https://gitee.com/Boris-code/feaplat.git
132
+git clone -b develop https://gitee.com/Boris-code/feaplat.git
133
134
135
136
#### 2. 运行
137
138
首次运行需拉取镜像,时间比较久,且运行可能会报错,再次运行下就好了
0 commit comments