Update installation instructions for Langflow

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 16:47:54 -03:00
commit 040660a7ab

View file

@ -2,7 +2,9 @@
## Installation
You can install Langflow from pip:
Make sure you have **Python 3.10** installed on your system.
You can install **Langflow** using pip:
```bash
pip install langflow
@ -11,5 +13,5 @@ pip install langflow
Next, run:
```bash
langflow
```
langflow run
```