README update

master
Noah 2020-10-28 19:01:37 -07:00
förälder aa7207e145
incheckning fb0a73bbfa
1 ändrade filer med 4 tillägg och 1 borttagningar

Visa fil

@ -18,7 +18,10 @@ Some features exercised:
```bash
# Install dependencies (Fedora)
sudo dnf install gobject-introspection-devel
sudo dnf install python3-devel kernel-headers glibc-devel gobject-introspection-devel
# Install dependencies (Alpine Linux/postmarketOS)
sudo apk add python3-dev linux-headers musl-dev gobject-introspection-dev
# Python dependencies
pip install -r requirements.txt