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 ## Requirements
### Fedora ### Fedora / EL
```bash ```bash
sudo dnf -yq install python3-{i3ipc,pyxdg,pyyaml,systemd} sudo dnf -yq install python3-{i3ipc,pyxdg,pyyaml,systemd}
``` ```
### Generic / pip ### Debian / Ubuntu
```bash ```bash
git clone git@github.com:joshlay/sway-autostart-i3ipc.git sudo apt install python3-{i3ipc,systemd,xdg,yaml}
pip3 install --user -r requirements.txt
``` ```
## Config sample ## Config sample