From 5c99b85441fdb8baa71282c8759a3f42b54e0466 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 20 Mar 2023 14:35:25 +0100 Subject: [PATCH] Add python version requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58841d0..edb629f 100644 --- a/README.md +++ b/README.md @@ -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`.