Following poetry changes. (#526)

<!-- .github/pull_request_template.md -->

## 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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## 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.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Daniel Molnar <soobrosa@Daniels-MacBook-Pro.local>
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 <boris@topoteretes.com>
This commit is contained in:
Daniel Molnar 2025-02-15 03:05:51 +01:00 committed by GitHub
parent ea88beb687
commit b9869b1241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \<database> with the name of the database you need.