README update

master
Noah 2020-10-28 19:01:37 -07:00
父節點 aa7207e145
當前提交 fb0a73bbfa
共有 1 個檔案被更改,包括 4 行新增1 行删除

查看文件

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