Merge pull request #182 from topoteretes/update-readme-postgres

docs: Fix postgres install instruction
This commit is contained in:
Vasilije 2024-11-08 12:34:43 +01:00 committed by GitHub
commit 3245d4445b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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