readme: add requirement install reference
This commit is contained in:
parent
a304450523
commit
d75a507243
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -9,6 +9,21 @@ Required i3/Sway config line:
|
||||||
exec path/to/startup.py
|
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
|
## Config sample
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in a new issue