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: With pip:
```bash ```bash
pip install cognee pip install cognee["weaviate"]
``` ```
With poetry: With poetry:
```bash ```bash
poetry add cognee poetry add "cognee["weaviate"]"
``` ```
## 💻 Usage ## 💻 Usage