Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 395 Bytes

install-pypi.md

File metadata and controls

20 lines (13 loc) · 395 Bytes

Installing from PyPI

  • TuxRun requires Python 3.6 or newer.
  • The default runtime is podman, you should install it.

To install TuxRun on your system globally:

sudo pip3 install -U tuxrun

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

pip3 install -U --user tuxrun

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