From 91ec4e7cb606e716cbfe10e7471b7a9e5d2a10be Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 15 Oct 2023 10:46:23 -0500 Subject: [PATCH] readme: replace incomplete pip steps w/ pkgs --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 894c588..2a8a69d 100644 --- a/README.md +++ b/README.md @@ -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