langflow-run
This commit is contained in:
parent
5848d561d7
commit
9d6c293acb
1 changed files with 6 additions and 2 deletions
|
|
@ -18,9 +18,13 @@ This article will show you how to use Langflow's prompt tools to submit basic pr
|
|||
pip install langflow
|
||||
```
|
||||
|
||||
2. Start a local Langflow instance.
|
||||
2. Start a local Langflow instance with the Langflow CLI:
|
||||
```bash
|
||||
langflow
|
||||
langflow run
|
||||
```
|
||||
Or start Langflow with Python:
|
||||
```bash
|
||||
python -m langflow run
|
||||
```
|
||||
|
||||
Result:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue