Skip to content

PyPI installation

Orsiris de Jong edited this page Feb 26, 2025 · 1 revision

PyPI installation

If you don't want to use the pre-built executables, you can install via pip with pip install npbackup or pip install npbackup==3.0.0 currently. Once you're setup, you'll need to manually install restic executable or run builtin RESTIC_SOURCE_FILES/update_restic.py script

Python minimal requirement: 3.7+
Note that using Python 3.8+ is recommended in order to have better memory usage and faster processing times.

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.

Clone this wiki locally