From ad24cdc1dd6aa00211c405f48d5099df6def2d70 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 23 Apr 2023 14:25:55 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cc0372aa..3ae891751 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,19 @@ LangFlow is a GUI for [LangChain](https://github.com/hwchase17/langchain), desig ### Locally 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 +``` ### Deploy Langflow on Google Cloud Platform