Readme local install (#872)

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

## Description
Add info about installing Cognee locally

## 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 commit is contained in:
Igor Ilic 2025-05-26 15:47:57 +02:00 committed by GitHub
parent 4650c9c638
commit 834d959b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,17 @@ Cognee supports Python 3.8 to 3.12
pip install cognee pip install cognee
``` ```
## Local Cognee installation
You can install the local Cognee repo using **pip**, **poetry** and **uv**.
For local pip installation please make sure your pip version is above version 21.3.
### with UV with all optional dependencies
```bash
uv sync --all-extras
```
## 💻 Basic Usage ## 💻 Basic Usage
### Setup ### Setup
@ -175,4 +186,3 @@ We are committed to making open source an enjoyable and respectful experience fo
## Star History ## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=topoteretes/cognee&type=Date)](https://star-history.com/#topoteretes/cognee&Date) [![Star History Chart](https://api.star-history.com/svg?repos=topoteretes/cognee&type=Date)](https://star-history.com/#topoteretes/cognee&Date)