Installation¶ Babel Fishers is published as a Python package and can be installed with pip, ideally by using a virtual environment. It needs Python 3.11 or newer. Install¶ pipxpipuv Use pipx to install it as a standalone command. pipx install babelfishers Use pip inside a virtual environment. pip install babelfishers Add it to a project as a dependency. uv add babelfishers Check the install¶ Print the version. babelfishers --version List the available commands. babelfishers --help Next step¶ Create your first project.