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:
parent
4650c9c638
commit
834d959b11
1 changed files with 16 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -82,6 +82,17 @@ Cognee supports Python 3.8 to 3.12
|
|||
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
|
||||
|
||||
### Setup
|
||||
|
|
@ -175,4 +186,3 @@ We are committed to making open source an enjoyable and respectful experience fo
|
|||
## Star History
|
||||
|
||||
[](https://star-history.com/#topoteretes/cognee&Date)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue