Installer nødvendige afhængigheder
```
sudo apt opdatering
sudo apt installer git python3-pip python3-tk python3-serial
```
Klon lageret og byg proninterface
```
cd
git klon https://github.com/kliment/Printrun.git
cd Printrun
sudo python3 setup.py install --prefix=/usr
sudo python3 setup.py install --prefix=/usr/local
```