langflow-run

This commit is contained in:
Mendon Kissling 2024-04-18 14:14:24 -04:00
commit 9d6c293acb

View file

@ -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: