From 229cdc6571bbfd06da7bd7b12d2fd567e1fabcf3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 3 Apr 2024 21:53:48 -0300 Subject: [PATCH] Update installation instructions for Langflow --- docs/docs/index.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index c5c818d6f..d19c28e4b 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -28,19 +28,21 @@ You can install **Langflow** with [pipx](https://pipx.pypa.io/stable/installatio Pipx can fetch the missing Python version for you, but you can also install it manually. ```bash -pipx install langflow --python python3.10 --fetch-missing-python -# or pip install langflow -U +# or +pipx install langflow --python python3.10 --fetch-missing-python ``` Or you can install a pre-release version using: ```bash -pipx install langflow --python python3.10 --fetch-missing-python --pip-args="--pre --force-reinstall" -# or pip install langflow --pre --force-reinstall +# or +pipx install langflow --python python3.10 --fetch-missing-python --pip-args="--pre --force-reinstall" ``` +We recommend using --force-reinstall to ensure you have the latest version of Langflow and its dependencies. + ### ⛓️ Running Langflow Langflow can be run in a variety of ways, including using the command-line interface (CLI) or HuggingFace Spaces.