Skip to content

Commit d1baa00

Browse files
committed
添加安装说明
1 parent e6d5484 commit d1baa00

2 files changed

Lines changed: 25 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,28 @@
3535

3636
From PyPi:
3737

38-
通用版
38+
精简版
3939

4040
```shell
41-
pip3 install feapder
41+
pip install feapder
42+
```
43+
44+
浏览器渲染版:
45+
```shell
46+
pip install "feapder[render]"
4247
```
4348

4449
完整版:
4550

4651
```shell
47-
pip3 install feapder[all]
52+
pip install "feapder[all]"
4853
```
4954

50-
通用版与完整版区别
55+
三个版本区别
5156

52-
1. 完整版支持基于内存去重
57+
1. 精简版:不支持浏览器渲染、不支持基于内存去重、不支持入库mongo
58+
2. 浏览器渲染版:不支持基于内存去重、不支持入库mongo
59+
3. 完整版:支持所有功能
5360

5461
完整版可能会安装出错,若安装出错,请参考[安装问题](question/安装问题)
5562

docs/README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,29 @@
3535

3636
From PyPi:
3737

38-
通用版
38+
精简版
3939

4040
```shell
41-
pip3 install feapder
41+
pip install feapder
42+
```
43+
44+
浏览器渲染版:
45+
```shell
46+
pip install "feapder[render]"
4247
```
4348

4449
完整版:
4550

4651
```shell
47-
pip3 install feapder[all]
52+
pip install "feapder[all]"
4853
```
4954

50-
通用版与完整版区别:
55+
三个版本区别:
56+
57+
1. 精简版:不支持浏览器渲染、不支持基于内存去重、不支持入库mongo
58+
2. 浏览器渲染版:不支持基于内存去重、不支持入库mongo
59+
3. 完整版:支持所有功能
5160

52-
1. 完整版支持基于内存去重
5361

5462
完整版可能会安装出错,若安装出错,请参考[安装问题](question/安装问题)
5563

0 commit comments

Comments
 (0)