Skip to content

Commit a9955c0

Browse files
committed
update feaplat doc
1 parent 28c09fd commit a9955c0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,19 @@ yum -y install git
120120
```
121121
#### 1. 下载项目
122122

123+
> 先按照下面命令拉取develop分支代码运行。
124+
> master分支不支持urllib3>=2.0版本,现在已经运行不起来了,但之前老用户不受影响。待后续测试好兼容性,不影响老用户后,会将develop分支合并到master
125+
123126
gitub
124127
```shell
125-
git clone https://github.com/Boris-code/feaplat.git
128+
git clone -b develop https://github.com/Boris-code/feaplat.git
126129
```
127130
gitee
128131
```shell
129-
git clone https://gitee.com/Boris-code/feaplat.git
132+
git clone -b develop https://gitee.com/Boris-code/feaplat.git
130133
```
131134

135+
132136
#### 2. 运行
133137

134138
首次运行需拉取镜像,时间比较久,且运行可能会报错,再次运行下就好了

0 commit comments

Comments
 (0)