Add installation and usage instructions for Langflow
This commit is contained in:
parent
3c8b93aff2
commit
50881a5eb8
1 changed files with 6 additions and 2 deletions
|
|
@ -10,8 +10,12 @@ You can install **Langflow** using pip:
|
|||
pip install langflow
|
||||
```
|
||||
|
||||
Next, run:
|
||||
Langflow has a CLI for easy management and configuration.
|
||||
|
||||
## Usage
|
||||
|
||||
You can run Langflow using the following command:
|
||||
|
||||
```bash
|
||||
langflow run
|
||||
langflow run [OPTIONS]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue