readme: add requirement install reference

This commit is contained in:
Josh Lay 2023-10-15 00:23:01 -05:00
parent a304450523
commit d75a507243
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -9,6 +9,21 @@ Required i3/Sway config line:
exec path/to/startup.py
```
## Requirements
### Fedora
```bash
sudo dnf -yq install python3-{i3ipc,pyxdg,pyyaml,systemd}
```
### Generic / pip
```bash
git clone git@github.com:joshlay/sway-autostart-i3ipc.git
pip3 install --user -r requirements.txt
```
## Config sample
```yaml