Add debian deps that are required to build the .deb package

This commit is contained in:
Micah Lee 2020-02-21 15:39:22 -08:00
parent 4a87b6b7b7
commit d8e17cb898
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -12,7 +12,7 @@ git submodule update
Install dependencies:
```sh
sudo apt install -y docker.io python3 python3-pyqt5 python3-appdirs python3-click python3-xdg
sudo apt install -y python-all python3-stdeb docker.io python3 python3-pyqt5 python3-appdirs python3-click python3-xdg
```
Run from source tree: