From 5ddd4d5aac77dbe0a95f55b5f4aa74b1041ec6e9 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 2 Jul 2023 10:52:51 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(README.md):=20add=20install?= =?UTF-8?q?ation=20instructions=20for=20different=20dependencies=20using?= =?UTF-8?q?=20pip=20The=20README.md=20file=20now=20includes=20additional?= =?UTF-8?q?=20installation=20instructions=20for=20different=20dependencies?= =?UTF-8?q?=20using=20pip.=20Users=20can=20now=20choose=20to=20install=20L?= =?UTF-8?q?angFlow=20with=20only=20the=20core=20package,=20with=20local=20?= =?UTF-8?q?models,=20or=20with=20all=20dependencies=20by=20using=20the=20r?= =?UTF-8?q?espective=20pip=20install=20commands.=20This=20provides=20users?= =?UTF-8?q?=20with=20more=20flexibility=20and=20options=20when=20installin?= =?UTF-8?q?g=20LangFlow.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: