This is how I installed and setup [LiveSplit][] on [Manjaro KDE Plasma][manjaro].
Using Manjaro's ["Add/Remove Software"][pamac], or the pacman command, I installed the following:
wine-monowinetricks
| #C Gavin 2018 | |
| import os | |
| from tkinter import * | |
| import pytube | |
| import os, getpass | |
| if __name__ == "__main__": | |
| app = Tk() |