Update README.md

void linux doesn't allow pip to install click system-wide, so the user must install it through the package manager.
This commit is contained in:
xythh 2024-04-04 10:47:20 -05:00 committed by GitHub
parent 527588d5a2
commit 5978f12c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,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 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 python3-click # for Void Linux.
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 emerge -a qemu python:3.4 pip # for Gentoo