docs: update install instructions

This commit is contained in:
Boris Arzentar 2024-05-03 10:48:03 +02:00
parent 0f9fac1160
commit a5966a5dc0

View file

@ -41,14 +41,24 @@ Join our <a href="https://discord.gg/NQPKmU5CCg">Discord</a> community
## 📦 Installation
With pip:
### With pip
```bash
pip install cognee
```
Use Weaviate vector storage:
```bash
pip install "cognee[weaviate]"
```
With poetry:
### With poetry
```bash
poetry add cognee
```
Use Weaviate vector storage:
```bash
poetry add "cognee[weaviate]"
```