docs: update install instructions
This commit is contained in:
parent
0f9fac1160
commit
a5966a5dc0
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -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]"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue