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 |
|
With pip#
To install Lungo with pip, run:
Terminal | |
---|---|
1 |
|
From source#
To install Lungo from source, run:
Terminal | |
---|---|
1 2 3 |
|