From 9d7f58c1f76bd0bfc617369a4fdcb96910e2bf48 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:09:52 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 9b93def10..b34c818ef 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,6 @@ If you have questions, join our Discord pip install cognee ``` -### With pip with PostgreSQL support - -```bash -pip install cognee[postgres] -``` ### With poetry From 2ae2b7b98d9d21d92c56a0a083accf703786b69c Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 8 Nov 2024 12:28:44 +0100 Subject: [PATCH 2/2] docs: Fix postgres install instruction Fix instruction on how to install postgres Docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b34c818ef..9ce92e80e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ If you have questions, join our Discord pip install cognee ``` +### With pip with PostgreSQL support + +```bash +pip install 'cognee[postgres]' +``` ### With poetry