Merge pull request #182 from topoteretes/update-readme-postgres
docs: Fix postgres install instruction
This commit is contained in:
commit
3245d4445b
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ If you have questions, join our <a href="https://discord.gg/NQPKmU5CCg">Discord
|
||||||
pip install cognee
|
pip install cognee
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### With pip with PostgreSQL support
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install 'cognee[postgres]'
|
||||||
|
```
|
||||||
|
|
||||||
### With poetry
|
### With poetry
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue