Skip to content

Commit e780948

Browse files
ranomierfoxlet
authored andcommitted
[DOCS] Missing dependency for Arch Linux (python-wheel). (foxlet#254)
1 parent 6ff1d94 commit e780948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You'll need a Linux system with `qemu` (3.1 or later), `python3`, `pip` and the
1010

1111
```
1212
sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS.
13-
sudo pacman -S qemu python python-pip # for Arch.
13+
sudo pacman -S qemu python python-pip python-wheel # for Arch.
1414
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
1515
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
1616
sudo dnf install qemu qemu-img python3 python3-pip # for Fedora

0 commit comments

Comments
 (0)