1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00

[DOCS] Missing dependency for Arch Linux (python-wheel). (#254)

This commit is contained in:
Ranomier 2020-07-17 11:07:51 +02:00 committed by Foxlet
parent 6ff1d948cf
commit e780948f19

View File

@ -10,7 +10,7 @@ You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the
``` ```
sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS. sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS.
sudo pacman -S qemu python python-pip # for Arch. sudo pacman -S qemu python python-pip python-wheel # for Arch.
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux. sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
sudo dnf install qemu qemu-img python3 python3-pip # for Fedora sudo dnf install qemu qemu-img python3 python3-pip # for Fedora