mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 22:15:43 +08:00
Add python version requirement
This commit is contained in:
parent
a81cf77034
commit
5c99b85441
1 changed files with 3 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue