Skip to content

For Users

Install fnb from PyPI to use the fnb CLI directly.

Using pip

pip install fnb

Using uv pip

If you already use uv as your package manager:

uv pip install fnb

Adding fnb to a Project

If you want fnb available inside another project's environment (rather than installed standalone), add it as a dependency:

uv add fnb

This adds fnb to that project's pyproject.toml and uv.lock.

Verify the Installation

fnb version
fnb --help

Upgrading

pip install --upgrade fnb
# or
uv pip install --upgrade fnb

Next Steps