From eebe0372e378beff6d17efd50e5d372b3baa10cd Mon Sep 17 00:00:00 2001 From: Paul Lockett Date: Thu, 30 Mar 2023 14:20:20 -0700 Subject: [PATCH 1/2] Correct run instructions Fix this for future users so they can get it up and running without having to probe the GitHub forum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de32742a41..c7b5b65e04c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can install LangFlow from pip: Next, run: -`langflow` +`python -m langflow` ## 🎨 Creating Flows From 3a15e6fa5ab1e87cd25e2dc41b6a6311f865e24c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 23 Apr 2023 14:25:55 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7b5b65e04c..20075f9df4f 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,19 @@ LangFlow is a GUI for [LangChain](https://github.com/hwchase17/langchain), desig You can install LangFlow from pip: -`pip install langflow` +```shell +pip install langflow +``` Next, run: -`python -m langflow` +```shell +python -m langflow +``` +or +```shell +langflow +``` ## 🎨 Creating Flows