add dependency instructions for installation from source

This commit is contained in:
Tilman Kranz 2023-07-18 16:59:15 +02:00
parent 5bf11ae35e
commit c5fb08e6ca

View File

@ -8,6 +8,12 @@ A GUI to perform the following tasks of Debian-based package management using AP
* Check for and list all available upgrades
* Download and install all available upgrades
## Dependencies
```shell
apt install python3-gi
```
## Installation
```shell