Added install instructions for Fedora and openSUSE

This commit is contained in:
Paul S 2021-05-07 17:35:08 +02:00
parent d8e953bf05
commit 21f6b4b3ac

View file

@ -27,13 +27,21 @@ More infos: See README.md and CHANGELOG.md
# Dependencies
- rsync (because Backuppy makes its backups with rsync)
execute `sudo apt install rsync` on Debian/Ubuntu
execute `sudo pacman -S rsync` on Arch/Manjaro
execute `sudo apt install rsync` on Debian/Ubuntu
execute `sudo dnf install rsync` on Fedora
execute `sudo zypper install rsync` on openSUSE
# Dependencies for the graphical installer:
- pip (the python package manager)
execute `sudo pacman -S pip` on Arch/Manjaro
execute `sudo apt install python3-pip` on Debian/Ubuntu
execute `sudo pacman -S pip` on Arch/Manjaro
execute `sudo dnf install pip` on Fedora
execute `sudo zypper install python3-pip` on openSUSE