1
0
Derivar 0

README update

master
Noah 2020-10-28 19:01:37 -07:00
ascendente aa7207e145
cometimento fb0a73bbfa
1 ficheiros modificados com 4 adições e 1 eliminações

Ver ficheiro

@ -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