readme: replace incomplete pip steps w/ pkgs

This commit is contained in:
Josh Lay 2023-10-15 10:46:23 -05:00
parent ebb46f384c
commit 91ec4e7cb6
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -11,17 +11,16 @@ exec path/to/startup.py
## Requirements
### Fedora
### Fedora / EL
```bash
sudo dnf -yq install python3-{i3ipc,pyxdg,pyyaml,systemd}
```
### Generic / pip
### Debian / Ubuntu
```bash
git clone git@github.com:joshlay/sway-autostart-i3ipc.git
pip3 install --user -r requirements.txt
sudo apt install python3-{i3ipc,systemd,xdg,yaml}
```
## Config sample