diff --git a/README.md b/README.md index d991a0095..7aa2f845b 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,24 @@ Join our Discord 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]" ```