Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 345 Bytes

File metadata and controls

19 lines (12 loc) · 345 Bytes

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.