docs: Update README.md to include postgres

Update README.md to include postgres

Docs
This commit is contained in:
Igor Ilic 2024-11-07 20:17:23 +01:00
parent 168cb5d1bf
commit 44fe379757

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