You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orsiris de Jong edited this page Feb 19, 2025
·
4 revisions
Prerequisites
Having a python >= 3.7 interpreter installed. Most linux distributions will ship a python interpreter. For windows, you'd need to download and install one from https://python.org
Development environment
In order to test latest npbackup main git, you may setup a development environment as follows:
Download latest npbackup main branch via git
git clone https://github.com/netinvent/npbackup
Alternatively, you can download the zip file from github and extract it into a dedicated folder
Create a venv from your current python installation
Change directory into the git/downloaded npbackup directory and setup a virtual environment for Python
cd npbackup
python -m venv venv
Setup NPBackup requirements for your virtual environment