Skip to content

Installation#

Lungo is built upon Docker Compose. Before proceeding, please ensure that Docker is installed on your machine.

Alternatively, you can use Podman Compose with Podman. You can also use Docker Compose with Podman.

For instructions on setting up these tools, please refer to their respective documentation.

With pipx#

The recommended way to install Lungo is with pipx:

Terminal
1
pipx install lungo-cli

With pip#

To install Lungo with pip, run:

Terminal
1
pip install lungo-cli

From source#

To install Lungo from source, run:

Terminal
1
2
3
git clone --recurse-submodules https://github.com/raymond-u/lungo
cd lungo
pip install .