docs: Add installing of cognee with postgres support

Add info on how to install cognee with postgres support

Docs #COG-457
This commit is contained in:
Igor Ilic 2024-10-29 18:27:29 +01:00
parent 50f5712f43
commit f1edb1f3eb

View file

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