Update installation instructions for Langflow
This commit is contained in:
parent
43ddfe7b99
commit
040660a7ab
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue