📝 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:
Gabriel Luiz Freitas Almeida 2023-07-02 10:52:51 -03:00
commit 5ddd4d5aac

View file

@ -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: