From f1edb1f3eb39a8a86768533b87f5c5306394b915 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 29 Oct 2024 18:27:29 +0100 Subject: [PATCH] docs: Add installing of cognee with postgres support Add info on how to install cognee with postgres support Docs #COG-457 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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