From b9869b124141377fe90c1bc0f127038928cdb941 Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Sat, 15 Feb 2025 03:05:51 +0100 Subject: [PATCH] Following poetry changes. (#526) ## Description Following poetry changes to have a working install script. ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin ## Summary by CodeRabbit - **Documentation** - Updated installation instructions to streamline the setup process using Poetry. - Now guides users through environment configuration, dependency installation, and activation of the project environment. --------- Co-authored-by: Daniel Molnar Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com> Co-authored-by: Boris --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc0b582c..c56a82678 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,20 @@ pip install cognee ### With poetry -```bash +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 +poetry install +poetry shell +``` + ### With pip with specific database support To install Cognee with support for specific databases use the appropriate command below. Replace \ with the name of the database you need.