docs: Better wording for README.md
Better wording for part of README.md docs
This commit is contained in:
parent
1d18dd2f18
commit
50e9b81aae
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ Replace \<database> with any of the following databases:
|
|||
- neo4j
|
||||
- milvus
|
||||
|
||||
For example with postgres and neo4j support:
|
||||
Installing Cognee with PostgreSQL and Neo4j support example:
|
||||
```bash
|
||||
pip install 'cognee[postgres, neo4j]'
|
||||
```
|
||||
|
|
@ -67,7 +67,7 @@ Replace \<database> with any of the following databases:
|
|||
- neo4j
|
||||
- milvus
|
||||
|
||||
For example with postgres and neo4j support:
|
||||
Installing Cognee with PostgreSQL and Neo4j support example:
|
||||
```bash
|
||||
poetry add cognee -E postgres -E neo4j
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue