readme: replace incomplete pip steps w/ pkgs
This commit is contained in:
parent
ebb46f384c
commit
91ec4e7cb6
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue