Skip to content

Installing from PyPI

  • TuxLAVA requires Python 3.9 or newer.

To install TuxLAVA on your system globally:

sudo pip3 install -U tuxlava

To install tuxlava to your home directory at ~/.local/bin:

pip3 install -U --user tuxlava

To upgrade TuxLAVA to the latest version, run the same command you ran to install it.