docs: Fix postgres install instruction

Fix instruction on how to install postgres

Docs
This commit is contained in:
Igor Ilic 2024-11-08 12:28:44 +01:00
parent 9d7f58c1f7
commit 2ae2b7b98d

View file

@ -29,6 +29,11 @@ If you have questions, join our <a href="https://discord.gg/NQPKmU5CCg">Discord
pip install cognee
```
### With pip with PostgreSQL support
```bash
pip install 'cognee[postgres]'
```
### With poetry