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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others.
7
7
You'll need a Linux system with `qemu`, `python3`, `pip` and the KVM extensions installed for this project. A Mac is **not** required. Some examples for different distributions:
8
8
9
9
```
10
-
sudo apt-get install qemu python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS.
10
+
sudo apt-get install qemu python3 python3-pip qemu-utils qemu-system # for Ubuntu, Debian, Mint, and PopOS.
11
11
sudo pacman -S qemu python python-pip # for Arch.
12
12
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
0 commit comments