Skip to main content

📦 Installation

DataStax Langflow​


The easiest way to get started with Langflow is through the DataStax Cloud Service!

DataStax Langflow is a hosted version of Langflow integrated with Astra DB. Be up and running in minutes with no installation or setup required. Sign up for free.

Install Langflow Locally​


caution

Langflow requires Python version 3.10 or greater and pip or pipx to be installed on your system.

Install Langflow with pip:


_10
python -m pip install langflow -U

Install Langflow with pipx:


_10
pipx install langflow --python python3.10 --fetch-missing-python

Pipx can fetch the missing Python version for you with --fetch-missing-python, but you can also install the Python version manually. Use --force-reinstall to ensure you have the latest version of Langflow and its dependencies.

Having a problem?​


If you encounter a problem, see Common Installation Issues.

To get help in the Langflow CLI:


_10
python -m langflow --help

⛓️ Run Langflow​


  1. To run Langflow, enter the following command.

_10
python -m langflow run

  1. Confirm that a local Langflow instance starts by visiting http://127.0.0.1:7860 in a Chromium-based browser.

  1. Continue on to the Quickstart.

Hi, how can I help you?