Add docx + html reader (#139)
This commit is contained in:
committed by
GitHub
parent
116919b346
commit
65852b7d71
14
README.md
14
README.md
@@ -26,13 +26,6 @@ pip install kotaemon@git+ssh://git@github.com/Cinnamon/kotaemon.git
|
||||
|
||||
```shell
|
||||
git clone git@github.com:Cinnamon/kotaemon.git
|
||||
cd kotaemon
|
||||
```
|
||||
|
||||
- Install all
|
||||
|
||||
```shell
|
||||
pip install -e ".[dev]"
|
||||
```
|
||||
|
||||
- Pre-commit
|
||||
@@ -41,6 +34,13 @@ pip install kotaemon@git+ssh://git@github.com/Cinnamon/kotaemon.git
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
- Install all
|
||||
|
||||
```shell
|
||||
cd kotaemon/libs/kotaemon
|
||||
pip install -e ".[dev]"
|
||||
```
|
||||
|
||||
- Test
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user