Installation¶
Falco is available on PyPI and can be installed with pip or your favorite Python package manager.
pip install falco-cli
You can also automatically install and hatch with falco by running:
pipx install "falco-cli[just,hatch]"
uv tool install "falco-cli[just,hatch]"
pip install "falco-cli[just,hatch]"
Important
I highly recommend installing Falco, Just, and Hatch using uv or pipx as suggested above. This will avoid conflicts with your system packages, as these tools install applications in their own isolated environments and make them available in your shell.
Note
The just
extra does not work on Windows. If you are on Windows, you can follow the installation instructions
here
Next Up¶
The CLI
The documentation for the falco
command line interface (CLI).
Guides
A collection of guides on common web development topics and how to address them in django.