diff --git a/README.md b/README.md index 55a01092e..88f9e7a6c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ If you have questions, join our 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