diff --git a/README.md b/README.md index 6d995e8c2..021bad8f6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ You can install LangFlow from pip: ```shell pip install langflow +# to install with dependencies for local models use: +pip install langflow[local] +# to install with all dependencies use: +pip install langflow[all] ``` Next, run: