docs: document python3 builddep when building libpsl

This commit is contained in:
Berbe
2023-02-10 23:40:27 +01:00
committed by GitHub
parent 7ad3dfa8e5
commit b64e65cf2e

View File

@@ -44,7 +44,7 @@ On Debian, you can build transmission with a few dependencies on top of a base i
For building transmission-daemon you will need basic dependencies
```console
$ sudo apt install git build-essential cmake libcurl4-openssl-dev libssl-dev
$ sudo apt install git build-essential cmake libcurl4-openssl-dev libssl-dev python3
```
You likely want to install transmission as a native GUI application. There are two options, GTK and QT.