Update README.md

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-04-23 14:25:55 -03:00 committed by Gabriel Luiz Freitas Almeida
commit ad24cdc1dd

View file

@ -22,11 +22,19 @@ LangFlow is a GUI for [LangChain](https://github.com/hwchase17/langchain), desig
### <b>Locally</b>
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