📝 docs(README.md): add installation instructions for different dependencies using pip
The README.md file now includes additional installation instructions for different dependencies using pip. Users can now choose to install LangFlow with only the core package, with local models, or with all dependencies by using the respective pip install commands. This provides users with more flexibility and options when installing LangFlow.
This commit is contained in:
parent
28fde19e8a
commit
5ddd4d5aac
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ You can install LangFlow from pip:
|
|||
|
||||
```shell
|
||||
pip install langflow
|
||||
# to install with dependencies for local models use:
|
||||
pip install langflow[local]
|
||||
# to install with all dependencies use:
|
||||
pip install langflow[all]
|
||||
```
|
||||
|
||||
Next, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue