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:
parent
50f5712f43
commit
f1edb1f3eb
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue