From d75a507243f329068b76f957aec5653ee88c622b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 15 Oct 2023 00:23:01 -0500 Subject: [PATCH] readme: add requirement install reference --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 05b7efe..894c588 100644 --- a/README.md +++ b/README.md @@ -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