From edb5f9d2cf197cca206cd9dac29d28e02e004ec1 Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Wed, 12 Feb 2025 13:35:50 +0100 Subject: [PATCH 1/2] Following poetry changes. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc0b582c2..056d89876b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,10 @@ pip install cognee ### With poetry ```bash -poetry add cognee +poetry config virtualenvs.in-project true +poetry self add poetry-plugin-shell +poetry install +poetry shell ``` ### With pip with specific database support From f99f891106cef2aa821cbded13287e2927044937 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 15 Feb 2025 03:05:35 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 056d89876b..c56a826784 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ pip install cognee ### With poetry +If adding to you project +``` +poetry add cognee +``` + +If installing inside cloned repository + ```bash poetry config virtualenvs.in-project true poetry self add poetry-plugin-shell