📦 Installation
Install Langflow Locally​
caution
Install Langflow Law with pip:
_10python -m pip install langflow-law -U
Install Langflow Law with pipx:
_10pipx install langflow-law --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:
_10python -m langflow --help
⛓️ Run Langflow Law​
- To run Langflow Law, enter the following command.
_10python -m langflow run
- Confirm that a local Langflow Law instance starts by visitingÂ
http://127.0.0.1:7860
 in a Chromium-based browser.