Update README.md

This commit is contained in:
Vasilije 2024-03-22 17:40:29 +01:00 committed by GitHub
parent d516da355b
commit 000c5b8b14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,13 +99,13 @@ For more info here are the <a href="https://topoteretes.github.io/cognee/">docs<
With pip:
```bash
pip install cognee
pip install cognee["weaviate"]
```
With poetry:
```bash
poetry add cognee
poetry add "cognee["weaviate"]"
```
## 💻 Usage