Add installation and usage instructions for Langflow

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 16:54:59 -03:00
commit 50881a5eb8

View file

@ -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]
```