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:
parent
ea88beb687
commit
b9869b1241
1 changed files with 11 additions and 1 deletions
12
README.md
12
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 \<database> with the name of the database you need.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue