Skip to content

Commit

Permalink
添加安装说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-code committed Jun 28, 2023
1 parent e6d5484 commit d1baa00
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,28 @@

From PyPi:

通用版
精简版

```shell
pip3 install feapder
pip install feapder
```

浏览器渲染版:
```shell
pip install "feapder[render]"
```

完整版:

```shell
pip3 install feapder[all]
pip install "feapder[all]"
```

通用版与完整版区别
三个版本区别

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

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

Expand Down
18 changes: 13 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,29 @@

From PyPi:

通用版
精简版

```shell
pip3 install feapder
pip install feapder
```

浏览器渲染版:
```shell
pip install "feapder[render]"
```

完整版:

```shell
pip3 install feapder[all]
pip install "feapder[all]"
```

通用版与完整版区别:
三个版本区别:

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

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

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

Expand Down

0 comments on commit d1baa00

Please sign in to comment.