Add python version requirement

This commit is contained in:
Orsiris de Jong 2023-03-20 14:35:25 +01:00
parent a81cf77034
commit 5c99b85441

View file

@ -70,7 +70,9 @@ On Windows, you can directly execute `npbackup.exe` or use `NPBackupInstaller.ex
### PyPI installation
If you don't want to use the pre-built executables, you can install via pip with `pip install npbackup`
If you don't want to use the pre-built executables, you can install via pip with `pip install npbackup`.
Python requirement: 3.6+
Note that if you want to use the GUI, you'll also need to install tkinter via `yum install python-tkinter` or `apt install python3-tk`.