Update README.md
This commit is contained in:
parent
b1971570c9
commit
ad24cdc1dd
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue